//whoops
This commit is contained in:
parent
f87a118527
commit
ccb1005418
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue