TDB 915.22012 - 2022/01/15

This commit is contained in:
TDB Release
2022-01-15 23:33:52 +00:00
parent bf357312e0
commit 1761f72da7
153 changed files with 418 additions and 347 deletions

View File

@@ -1,4 +0,0 @@
ALTER TABLE `guild_rank`
ADD COLUMN `RankOrder` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 AFTER `rid`;
UPDATE `guild_rank` SET `RankOrder`=`rid`; -- set some unique initial value

View File

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