Files
lc_backend/SQL/202512/20251204/z_exec_last.sql

8 lines
363 B
MySQL
Raw Normal View History

update
"LOWCODE_FRAME"."LOWCODE_DBFORM"
set IS_DB_SYNC='N'
where TABLE_NAME in (
'lc_confined_space_operation', 'lc_drill_task', 'lc_fire_operation', 'lc_high_operation',
'lc_land_operation', 'lc_lifting_operation', 'lc_outside_license', 'lc_outside_person',
'lc_temporary_power_operation'
);