mirror of
https://github.com/flarum/core.git
synced 2025-07-15 13:56:23 +02:00
Remove obsolete dropForeign() migration
Forgotten in commit cbc95e42dd
.
This commit is contained in:
@ -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']);
|
||||
});
|
||||
|
Reference in New Issue
Block a user