mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +08:00
Remove obsolete dropForeign() migration
Forgotten in commit 5a04635e7aa3be34ead71488e2693faf275ea6e7.
This commit is contained in:
parent
7ff9a90204
commit
8ae85bc49f
@ -41,7 +41,6 @@ return [
|
||||
'down' => function (Builder $schema) {
|
||||
$schema->table('posts', function (Blueprint $table) {
|
||||
$table->dropForeign(['user_id']);
|
||||
$table->dropForeign(['discussion_id']);
|
||||
$table->dropForeign(['edited_user_id']);
|
||||
$table->dropForeign(['hidden_user_id']);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user