mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-22 14:49:59 +08:00
Fixed missing column drop on migration rollback
This commit is contained in:
@ -97,6 +97,7 @@ class CreateJointPermissionsTable extends Migration
|
||||
|
||||
Schema::table('roles', function (Blueprint $table) {
|
||||
$table->dropColumn('system_name');
|
||||
$table->dropColumn('hidden');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user