10 lines
492 B
MySQL
10 lines
492 B
MySQL
|
|
update "LOWCODE_FRAME"."LOWCODE_DBFORM"
|
||
|
|
set IS_DB_SYNC='N'
|
||
|
|
where TABLE_NAME in ('lc_confined_space_operation',
|
||
|
|
'lc_fire_operation', 'lc_high_operation',
|
||
|
|
'lc_item_result', 'lc_land_operation',
|
||
|
|
'lc_lifting_operation', 'lc_outside_person',
|
||
|
|
'lc_risk_hazard_manage', 'lc_risk_identify_assessment',
|
||
|
|
'lc_temporary_power_operation', 'lc_todo_request_info',
|
||
|
|
'lc_work_item');
|