This website requires JavaScript.
Explore
Help
Register
Sign In
zcdsj
/
plc_control
Watch
5
Star
0
Fork
You've already forked plc_control
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
487d3cdf26
plc_control
/
migrations
/
20260224070000_remove_scan_...
3 lines
122 B
SQL
Raw
Blame
History
-- 移除 scan_interval_s 字段,因为现在使用统一的轮询任务
ALTER
TABLE
point
DROP
COLUMN
scan_interval_s
;
Reference in New Issue
View Git Blame
Copy Permalink