diff options
| author | TDB Release <tdb-release@build.bot> | 2022-06-01 10:53:46 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2022-06-01 10:53:46 +0000 |
| commit | a7fe0494bf6d6737b0a874ceddac0e2c089a7ce8 (patch) | |
| tree | b9a6e299b5ac07d2b9a409c6b7186b3ecbea353f /sql/updates | |
| parent | 2237926cec890d12849b0c8af14ada6dd6c7e6aa (diff) | |
TDB 335.22061 - 2022/06/01TDB335.22061
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/3.3.5/2022_06_01_00_auth.sql (renamed from sql/updates/auth/3.3.5/2022_04_14_00_auth.sql) | 2 | ||||
| -rw-r--r-- | sql/updates/characters/3.3.5/2022_06_01_00_characters.sql (renamed from sql/updates/characters/3.3.5/2022_04_14_00_characters.sql) | 2 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2022_04_14_00_world.sql | 3 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2022_04_16_00_world.sql | 5 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2022_06_01_00_world.sql | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/sql/updates/auth/3.3.5/2022_04_14_00_auth.sql b/sql/updates/auth/3.3.5/2022_06_01_00_auth.sql index 632b30d4531..7b91a8a470b 100644 --- a/sql/updates/auth/3.3.5/2022_04_14_00_auth.sql +++ b/sql/updates/auth/3.3.5/2022_06_01_00_auth.sql @@ -1,2 +1,2 @@ --- TDB 335.22041 auth +-- TDB 335.22061 auth UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/characters/3.3.5/2022_04_14_00_characters.sql b/sql/updates/characters/3.3.5/2022_06_01_00_characters.sql index 3a5b28dd092..135ad810aea 100644 --- a/sql/updates/characters/3.3.5/2022_04_14_00_characters.sql +++ b/sql/updates/characters/3.3.5/2022_06_01_00_characters.sql @@ -1,2 +1,2 @@ --- TDB 335.22041 characters +-- TDB 335.22061 characters UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/world/3.3.5/2022_04_14_00_world.sql b/sql/updates/world/3.3.5/2022_04_14_00_world.sql deleted file mode 100644 index f8720daf989..00000000000 --- a/sql/updates/world/3.3.5/2022_04_14_00_world.sql +++ /dev/null @@ -1,3 +0,0 @@ --- TDB 335.22041 world -UPDATE `version` SET `db_version`='TDB 335.22041', `cache_id`=22041 LIMIT 1; -UPDATE `updates` SET `state`='ARCHIVED'; diff --git a/sql/updates/world/3.3.5/2022_04_16_00_world.sql b/sql/updates/world/3.3.5/2022_04_16_00_world.sql deleted file mode 100644 index 6330c80461d..00000000000 --- a/sql/updates/world/3.3.5/2022_04_16_00_world.sql +++ /dev/null @@ -1,5 +0,0 @@ -ALTER TABLE `waypoint_data` CHANGE `orientation` `orientation` FLOAT DEFAULT NULL NULL; -UPDATE `waypoint_data` SET `orientation`= NULL WHERE `orientation`= 0; - -ALTER TABLE `waypoints` CHANGE `orientation` `orientation` FLOAT DEFAULT NULL NULL; -UPDATE `waypoints` SET `orientation`= NULL WHERE `orientation`= 0; diff --git a/sql/updates/world/3.3.5/2022_06_01_00_world.sql b/sql/updates/world/3.3.5/2022_06_01_00_world.sql new file mode 100644 index 00000000000..30dd4165af4 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_06_01_00_world.sql @@ -0,0 +1,3 @@ +-- TDB 335.22061 world +UPDATE `version` SET `db_version`='TDB 335.22061', `cache_id`=22061 LIMIT 1; +UPDATE `updates` SET `state`='ARCHIVED'; |
