mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Fix DB Migration updates for playerbots_dungeon_suggestion_definition table
This commit is contained in:
parent
9ab1c4cdee
commit
1f1c7ab8ef
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user