mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
TDB 915.22012 - 2022/01/15
This commit is contained in:
@@ -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
|
||||
@@ -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');
|
||||
Reference in New Issue
Block a user