From 1f1c7ab8efde503d9e7d066e07feb17dadc166e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Tue, 17 May 2022 10:54:11 -0600 Subject: [PATCH] Fix DB Migration updates for playerbots_dungeon_suggestion_definition table --- .../updates/pending_db_playerbots/rev_1651613158228212658.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/playerbots/updates/pending_db_playerbots/rev_1651613158228212658.sql b/sql/playerbots/updates/pending_db_playerbots/rev_1651613158228212658.sql index 1e98662f..471e7fd8 100644 --- a/sql/playerbots/updates/pending_db_playerbots/rev_1651613158228212658.sql +++ b/sql/playerbots/updates/pending_db_playerbots/rev_1651613158228212658.sql @@ -51,6 +51,7 @@ INSERT INTO `playerbots_text` VALUES (NULL, 'suggest_dungeon', 'Full %dungeon run?'), (NULL, 'suggest_dungeon_role', 'Who can take %role to %dungeon?'); +DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_definition`; CREATE TABLE `playerbots_dungeon_suggestion_definition` ( `id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE, `slug` VARCHAR(255) NOT NULL,