feat(sql): 更新数据库表同步状态配置
- 添加新的SQL脚本以重置指定表的同步状态 - 修改测试用例中的执行日期以匹配最新SQL脚本 - 新增对多个操作类表的同步状态更新支持
This commit is contained in:
8
SQL/202512/20251203/z_exec_last.sql
Normal file
8
SQL/202512/20251203/z_exec_last.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
update
|
||||
"LOWCODE_FRAME"."LOWCODE_DBFORM"
|
||||
set
|
||||
IS_DB_SYNC='N'
|
||||
where
|
||||
TABLE_NAME in (
|
||||
'lc_building','lc_power_env_device','lc_power_env_monitor_metric'
|
||||
);
|
||||
Reference in New Issue
Block a user