Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- 达梦数据库新增字段脚本
|
||||
-- 功能:为表BPM_PROCESS_INSTANCE_EXT新增ASSIGNEE字段
|
||||
|
||||
SET SCHEMA LOWCODE_MASTER;
|
||||
-- 检查字段是否已存在
|
||||
DECLARE
|
||||
v_column_count NUMBER;
|
||||
|
||||
8
SQL/202510/20251030/z_exec_last.sql
Normal file
8
SQL/202510/20251030/z_exec_last.sql
Normal 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'
|
||||
);
|
||||
Reference in New Issue
Block a user