fix(lowcode): 更新数据库表同步状态- 将多个风险相关表的IS_DB_SYNC字段设置为'N'- 涉及的表包括: lc_risk_hazard_manage, lc_confined_space_operation,
lc_fire_operation, lc_high_operation, lc_land_operation, lc_lifting_operation, lc_outside_person, lc_risk_identify_assessment, lc_temporary_power_operation
This commit is contained in:
6
SQL/202510/20251017/z_exec_last.sql
Normal file
6
SQL/202510/20251017/z_exec_last.sql
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
update "LOWCODE_FRAME"."LOWCODE_DBFORM"
|
||||||
|
set IS_DB_SYNC='N'
|
||||||
|
where TABLE_NAME in ('lc_risk_hazard_manage', 'lc_confined_space_operation',
|
||||||
|
'lc_fire_operation', 'lc_high_operation', 'lc_land_operation',
|
||||||
|
'lc_lifting_operation', 'lc_outside_person',
|
||||||
|
'lc_risk_identify_assessment', 'lc_temporary_power_operation');
|
||||||
Reference in New Issue
Block a user