From 2b6144510918d8f08eb69e6a0711f3b9628e602c Mon Sep 17 00:00:00 2001 From: funjoker Date: Sun, 9 Jan 2022 00:36:20 +0100 Subject: [PATCH] DB: Add missing hotfixes db drop --- sql/create/drop_mysql_8.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/create/drop_mysql_8.sql b/sql/create/drop_mysql_8.sql index 213bc2e926c..b4a06e76781 100644 --- a/sql/create/drop_mysql_8.sql +++ b/sql/create/drop_mysql_8.sql @@ -7,3 +7,5 @@ DROP DATABASE IF EXISTS `world`; DROP DATABASE IF EXISTS `characters`; DROP DATABASE IF EXISTS `auth`; + +DROP DATABASE IF EXISTS `hotfixes`;