mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
chore(DB): import pending SQL update file
Referenced commit(s): 6dacfc0717
This commit is contained in:
@@ -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`;
|
||||
Reference in New Issue
Block a user