DB Updates

This commit is contained in:
Hondacrx
2025-08-18 10:10:43 -04:00
parent 77a99eb842
commit 4f97004397
417 changed files with 412356 additions and 92 deletions
@@ -1,8 +0,0 @@
DROP TABLE IF EXISTS `character_queststatus_objectives_spawn_tracking`;
CREATE TABLE `character_queststatus_objectives_spawn_tracking` (
`guid` BIGINT UNSIGNED NOT NULL,
`quest` INT UNSIGNED NOT NULL,
`objective` TINYINT UNSIGNED NOT NULL DEFAULT '0',
`spawnTrackingId` INT UNSIGNED NOT NULL,
PRIMARY KEY (`guid`,`quest`,`objective`,`spawnTrackingId`)
) ENGINE=INNODB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
@@ -1,3 +1,3 @@
-- TDB 1107.24121 characters
-- TDB 1115.25051 characters
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/11.x/characters', 'ARCHIVED');