Commit 717fbf3
authored
Revert "2021_02_23_161404_UpdateDaemonSftp.php"
1 parent 06108b5 commit 717fbf3
File tree
1 file changed
+0
-33
lines changed- 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(); }); }
1 file changed
+0
-33
lines changedThis file was deleted.
0 commit comments