chore(DB): import pending SQL update file

Referenced commit(s): 6dacfc0717
This commit is contained in:
AzerothCoreBot
2021-06-08 17:28:03 +00:00
parent 6dacfc0717
commit e8e0c905ad
2 changed files with 35 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1622403654219554600');
ALTER TABLE `item_loot_storage`
ADD COLUMN `follow_loot_rules` TINYINT UNSIGNED NOT NULL AFTER `randomSuffix`,
ADD COLUMN `freeforall` TINYINT UNSIGNED NOT NULL AFTER `follow_loot_rules`,
ADD COLUMN `is_blocked` TINYINT UNSIGNED NOT NULL AFTER `freeforall`,
ADD COLUMN `is_counted` TINYINT UNSIGNED NOT NULL AFTER `is_blocked`,
ADD COLUMN `is_underthreshold` TINYINT UNSIGNED NOT NULL AFTER `is_counted`,
ADD COLUMN `needs_quest` TINYINT UNSIGNED NOT NULL AFTER `is_underthreshold`;