Fix DB Migration updates for playerbots_dungeon_suggestion_definition table

This commit is contained in:
郑佩茹
2022-05-17 10:54:11 -06:00
parent 9ab1c4cdee
commit 1f1c7ab8ef

View File

@@ -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,