Import pending SQL update file...

Referenced commit(s): b6c0f58dda
This commit is contained in:
AzerothCoreBot
2019-12-09 07:06:14 +00:00
parent b6c0f58dda
commit 333dab2e85
2 changed files with 35 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1575656087867346414');
CREATE TABLE IF NOT EXISTS `recovery_item` (
`Id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`Guid` int(11) unsigned NOT NULL DEFAULT 0,
`ItemEntry` mediumint(8) unsigned NOT NULL DEFAULT 0,
`Count` int(11) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`Id`),
KEY `idx_guid` (`Guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;