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/world | |
| parent | 2237926cec890d12849b0c8af14ada6dd6c7e6aa (diff) | |
TDB 335.22061 - 2022/06/01TDB335.22061
Diffstat (limited to 'sql/updates/world')
| -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 |
3 files changed, 3 insertions, 8 deletions
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'; |
