DB Updates

This commit is contained in:
hondacrx
2022-05-10 09:40:07 -04:00
parent ad65e14735
commit 1404bdb1ac
476 changed files with 383664 additions and 353 deletions
@@ -0,0 +1,3 @@
-- TDB 915.22011 characters
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/characters', 'ARCHIVED');
@@ -0,0 +1,4 @@
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