mirror of
https://github.com/flarum/framework.git
synced 2025-03-02 20:57:32 +08:00
Remove obsolete dropForeign() migration
Forgotten in commit cbc95e42ddeede4cc3a5afe810df6c96ba9e3b9e.
This commit is contained in:
parent
4f829a5407
commit
0273bf78db
@ -41,7 +41,6 @@ return [
|
|||||||
'down' => function (Builder $schema) {
|
'down' => function (Builder $schema) {
|
||||||
$schema->table('posts', function (Blueprint $table) {
|
$schema->table('posts', function (Blueprint $table) {
|
||||||
$table->dropForeign(['user_id']);
|
$table->dropForeign(['user_id']);
|
||||||
$table->dropForeign(['discussion_id']);
|
|
||||||
$table->dropForeign(['edited_user_id']);
|
$table->dropForeign(['edited_user_id']);
|
||||||
$table->dropForeign(['hidden_user_id']);
|
$table->dropForeign(['hidden_user_id']);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user