chore(DB): import pending files

Referenced commit(s): 4201acddd5
This commit is contained in:
github-actions[bot] 2026-03-23 13:09:24 +00:00
parent 4201acddd5
commit 03ad0e2a93

View file

@ -1,3 +1,4 @@
-- DB update 2026_03_23_00 -> 2026_03_23_01
-- Add velocity and smoothTransition columns to waypoint_data
ALTER TABLE `waypoint_data`
ADD COLUMN `velocity` FLOAT NOT NULL DEFAULT 0 AFTER `orientation`,