diff --git a/database/2019_05_07_090631_create_feature_forum_type.php b/database/2019_05_07_090631_create_feature_forum_type.php index e6637b2f..08476fb3 100644 --- a/database/2019_05_07_090631_create_feature_forum_type.php +++ b/database/2019_05_07_090631_create_feature_forum_type.php @@ -30,6 +30,6 @@ function migrate_up(PDO $conn): void function migrate_down(PDO $conn): void { $conn->exec(" - DROP TABLE ... + DROP TABLE `msz_forum_topics_priority` "); }