plc_control/migrations/20260224070000_remove_scan_...

3 lines
122 B
SQL

-- 移除 scan_interval_s 字段,因为现在使用统一的轮询任务
ALTER TABLE point DROP COLUMN scan_interval_s;