TDB 927.22082 - 2022/08/21

This commit is contained in:
TDB Release
2022-08-21 00:09:51 +00:00
parent 93c206611e
commit 0eff4ec7df
14 changed files with 23 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
-- TDB 927.22081 world
UPDATE `version` SET `db_version`='TDB 927.22081', `cache_id`=22081 LIMIT 1;
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/world', 'ARCHIVED');

File diff suppressed because one or more lines are too long