diff --git a/SQL/202510/20251023/z_exec_last.sql b/SQL/202510/20251023/z_exec_last.sql new file mode 100644 index 0000000..df59218 --- /dev/null +++ b/SQL/202510/20251023/z_exec_last.sql @@ -0,0 +1,14 @@ +update "LOWCODE_FRAME"."LOWCODE_DBFORM" +set IS_DB_SYNC='N' +where TABLE_NAME in ( + 'lc_confined_space_operation', + 'lc_drill_task', 'lc_emergency_plan', + 'lc_exam_plan', 'lc_exam_record', + 'lc_fire_operation', 'lc_high_operation', + 'lc_land_operation', 'lc_lifting_operation', + 'lc_outside_license', 'lc_outside_person', + 'lc_risk_hazard_manage', + 'lc_risk_identity_assessment', + 'lc_temporary_power_operation', + 'lc_training_plan', 'lc_training_record' + );