chore(DB): import pending SQL update file

Referenced commit(s): 21f61b5641
This commit is contained in:
AzerothCoreBot
2021-04-27 13:46:06 +00:00
parent 21f61b5641
commit 28242ca061
2 changed files with 30 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1618660143408049500');
ALTER TABLE `gm_ticket`
CHANGE COLUMN `closedBy` `closedBy` INT NOT NULL DEFAULT 0 COMMENT '-1 Closed by Console, >0 GUID of GM' AFTER `lastModifiedTime`,
CHANGE COLUMN `resolvedBy` `resolvedBy` INT NOT NULL DEFAULT 0 COMMENT '-1 Resolved by Console, >0 GUID of GM' AFTER `needMoreHelp`;