diff options
author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-22 05:36:45 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-22 05:36:45 +0000 |
commit | de8a0533f947aef33fb347c029de963d124aa852 (patch) | |
tree | 5abf41cac73064cc00aa0ab9152ac43478ac2643 | |
parent | 776cd15d0ec3cf6a391ef41a2d05b39817aa9361 (diff) |
chore(DB): import pending files
Referenced commit(s): 776cd15d0ec3cf6a391ef41a2d05b39817aa9361
-rw-r--r-- | data/sql/updates/db_world/2025_09_22_02.sql (renamed from data/sql/updates/pending_db_world/rev_1758378011419760275.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1758378011419760275.sql b/data/sql/updates/db_world/2025_09_22_02.sql index 8fefa583e0..301dccf2b5 100644 --- a/data/sql/updates/pending_db_world/rev_1758378011419760275.sql +++ b/data/sql/updates/db_world/2025_09_22_02.sql @@ -1,3 +1,4 @@ +-- DB update 2025_09_22_01 -> 2025_09_22_02 -- DELETE FROM `waypoints` WHERE `entry`=317020; INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `point_comment`) VALUES |