mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-05 16:50:12 +00:00
Fixed missing column drop on migration rollback
This commit is contained in:
parent
bd00a03e7b
commit
9d3f329bc9
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ class CreateJointPermissionsTable extends Migration
|
||||||
|
|
||||||
Schema::table('roles', function (Blueprint $table) {
|
Schema::table('roles', function (Blueprint $table) {
|
||||||
$table->dropColumn('system_name');
|
$table->dropColumn('system_name');
|
||||||
|
$table->dropColumn('hidden');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue