chore(DB): import pending files

Referenced commit(s): d36e58b9af
This commit is contained in:
github-actions[bot]
2026-03-04 11:06:43 +00:00
parent d36e58b9af
commit cd2fcac454

View File

@@ -0,0 +1,6 @@
-- DB update 2026_03_04_02 -> 2026_03_04_03
-- Set delay and orientations.
UPDATE `waypoint_data` SET `delay` = 30000 WHERE (`id` IN(1365990, 1366000));
UPDATE `waypoint_data` SET `orientation` = 3.8013816 WHERE `id` = 1365990 AND `point` = 2;
UPDATE `waypoint_data` SET `orientation` = 2.4547093 WHERE `id` = 1366000 AND `point` = 1;