TDB 1005.23021 - 2023/02/03

This commit is contained in:
TDB Release
2023-02-03 01:20:41 +00:00
parent 50e8da3b79
commit 05581806cd
203 changed files with 71 additions and 47 deletions

View File

@@ -1,3 +0,0 @@
-- delete corrupted trait configs
DELETE FROM `character_trait_entry`;
DELETE FROM `character_trait_config`;

View File

@@ -1,2 +0,0 @@
ALTER TABLE `mail` MODIFY `id` bigint unsigned NOT NULL DEFAULT '0' COMMENT 'Identifier';
ALTER TABLE `mail_items` MODIFY `mail_id` bigint unsigned NOT NULL DEFAULT '0';

View File

@@ -1,3 +0,0 @@
ALTER TABLE `character_currency`
ADD `IncreasedCapQuantity` INT UNSIGNED NOT NULL DEFAULT 0 AFTER `TrackedQuantity`,
ADD `EarnedQuantity` INT UNSIGNED NOT NULL DEFAULT 0 AFTER `IncreasedCapQuantity`;

View File

@@ -1,3 +1,3 @@
-- TDB 1002.22121 characters
-- TDB 1005.23021 characters
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/10.x/characters', 'ARCHIVED');