chore(DB): import pending files

Referenced commit(s): b15507eb06
This commit is contained in:
github-actions[bot]
2025-05-30 14:43:14 +00:00
parent b15507eb06
commit 2217b5642d

View File

@@ -0,0 +1,5 @@
-- DB update 2025_05_30_04 -> 2025_05_30_05
--
DELETE FROM `command` WHERE `name`IN('debug boundary');
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('debug boundary', 3, 'Syntax: .debug boundary [duration] [fill] [z]\nOptional arguments:\n- duration: Duration in ms (default: 5000, max: 180000).\n- fill: Fills the boundary with markers.\n- z: Includes z-axis in visualization.');