mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Fix DB Migration updates for playerbots_dungeon_suggestion_definition table
This commit is contained in:
@@ -51,6 +51,7 @@ INSERT INTO `playerbots_text` VALUES
|
|||||||
(NULL, 'suggest_dungeon', 'Full %dungeon run?'),
|
(NULL, 'suggest_dungeon', 'Full %dungeon run?'),
|
||||||
(NULL, 'suggest_dungeon_role', 'Who can take %role to %dungeon?');
|
(NULL, 'suggest_dungeon_role', 'Who can take %role to %dungeon?');
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `playerbots_dungeon_suggestion_definition`;
|
||||||
CREATE TABLE `playerbots_dungeon_suggestion_definition` (
|
CREATE TABLE `playerbots_dungeon_suggestion_definition` (
|
||||||
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,
|
`id` TINYINT(3) NOT NULL AUTO_INCREMENT UNIQUE,
|
||||||
`slug` VARCHAR(255) NOT NULL,
|
`slug` VARCHAR(255) NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user