From ccb1005418d9a3853a8e98061886130a779590db Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 7 May 2019 16:06:37 +0200 Subject: [PATCH] //whoops --- database/2019_05_07_090631_create_feature_forum_type.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` "); }