chore(DB): import pending files

Referenced commit(s): d4963f3b83
This commit is contained in:
AzerothCoreBot
2021-12-26 16:31:35 +00:00
parent d4963f3b83
commit 03c218b31e
2 changed files with 35 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1640532476858588300');
DROP TABLE IF EXISTS `character_settings`;
CREATE TABLE `character_settings` (
`guid` INT UNSIGNED NOT NULL,
`source` VARCHAR(40) NOT NULL,
`data` TEXT NULL,
PRIMARY KEY (`guid`, `source`)
) ENGINE=MYISAM DEFAULT CHARSET=utf8mb4 COMMENT='Player Settings';