DB Updates

This commit is contained in:
hondacrx
2024-02-06 22:13:53 -05:00
parent 6abce678ca
commit 095fb9206e
527 changed files with 525506 additions and 90 deletions
@@ -1,3 +0,0 @@
ALTER TABLE `character_battleground_data` ADD `queueId` BIGINT UNSIGNED NULL DEFAULT '0' AFTER `mountSpell`;
ALTER TABLE `pvpstats_battlegrounds` CHANGE `type` `type` int unsigned NOT NULL;
@@ -1 +0,0 @@
ALTER TABLE `groups` MODIFY `groupType` smallint unsigned NOT NULL AFTER `icon8`;
@@ -1,3 +0,0 @@
ALTER TABLE `character_stats`
ADD `mastery` float NOT NULL DEFAULT '0' AFTER `resilience`,
ADD `versatility` int NOT NULL DEFAULT '0' AFTER `mastery`;
@@ -1,3 +1,3 @@
-- TDB 1015.23071 characters
-- TDB 1020.23111 characters
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/10.x/characters', 'ARCHIVED');