From 75dd44d1178c6bca09285fa98d959116eb4da29b Mon Sep 17 00:00:00 2001 From: yang chen Date: Thu, 30 Oct 2025 17:59:02 +0800 Subject: [PATCH] =?UTF-8?q?chore(sql):=20=E6=9B=B4=E6=96=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E8=A1=A8=E5=90=8C=E6=AD=A5=E7=8A=B6=E6=80=81?= =?UTF-8?q?-=20=E5=B0=86=E5=A4=9A=E4=B8=AA=E8=A1=A8=E7=9A=84IS=5FDB=5FSYNC?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=AE=BE=E7=BD=AE=E4=B8=BA'N'=20-=20?= =?UTF-8?q?=E5=BD=B1=E5=93=8D=E7=9A=84=E8=A1=A8=E5=8C=85=E6=8B=AC:=20lc=5F?= =?UTF-8?q?drill=5Fplan,=20lc=5Foutside=5Flicense,=20=20=20lc=5Foutside=5F?= =?UTF-8?q?person,=20lc=5Frisk=5Fhazard=5Fmanage,=20=20=20lc=5Frisk=5Fiden?= =?UTF-8?q?tify=5Fassessment,=20lc=5Ftraining=5Fplan,=20lc=5Ftraining=5Fpl?= =?UTF-8?q?an=5Farea,=20lc=5Ftraining=5Frecord?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SQL/202510/20251030/z_exec_last.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 SQL/202510/20251030/z_exec_last.sql diff --git a/SQL/202510/20251030/z_exec_last.sql b/SQL/202510/20251030/z_exec_last.sql new file mode 100644 index 0000000..1f5ddd6 --- /dev/null +++ b/SQL/202510/20251030/z_exec_last.sql @@ -0,0 +1,8 @@ +update "LOWCODE_FRAME"."LOWCODE_DBFORM" +set IS_DB_SYNC='N' +where TABLE_NAME in ( + 'lc_drill_plan', 'lc_outside_license', + 'lc_outside_person', 'lc_risk_hazard_manage', + 'lc_risk_identify_assessment', 'lc_training_plan', + 'lc_training_plan_area', 'lc_training_record' + );