]> BookStack Code Mirror - bookstack/commitdiff
Fixed missing column drop on migration rollback
authorDan Brown <redacted>
Sun, 22 May 2016 13:56:26 +0000 (14:56 +0100)
committerDan Brown <redacted>
Sun, 22 May 2016 13:56:26 +0000 (14:56 +0100)
database/migrations/2016_04_20_192649_create_joint_permissions_table.php

index db941f9deaa10d5c47e6bd0218d1e22099603261..4c1b43c4e77a5cf60df0fa73be786c58518652c5 100644 (file)
@@ -97,6 +97,7 @@ class CreateJointPermissionsTable extends Migration
 
         Schema::table('roles', function (Blueprint $table) {
             $table->dropColumn('system_name');
+            $table->dropColumn('hidden');
         });
     }
 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.