Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
2025-10-30 19:10:42 +08:00
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
-- 达梦数据库新增字段脚本
-- 功能为表BPM_PROCESS_INSTANCE_EXT新增ASSIGNEE字段
SET SCHEMA LOWCODE_MASTER;
-- 检查字段是否已存在
DECLARE
v_column_count NUMBER;

View File

@@ -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'
);