Commit 7f981e9
authored
Merge pull request pterodactyl#3119 from pterodactyl/revert-3116-patch-2
Revert "2021_02_23_161404_UpdateDaemonSftp.php"1 file changed
Lines changed: 0 additions & 33 deletions
File tree
- database/migrations/<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class MakingDaemonSftpUnsigned extends Migration {/** * Run the migrations. * * @return void */public function up() { Schema::table('nodes', function (Blueprint $table) { $table->unsignedSmallInteger('daemonSFTP')->default(2022)->change(); }); }
This file was deleted.
0 commit comments