Commit 0ba53603 authored by 胡文斌's avatar 胡文斌

Update DM_UpdateSQL.xml

parent 8ec8e776
......@@ -2602,4 +2602,14 @@
alter table AS_REPORT_FORM add "FONDS_NUMBER" VARCHAR2(50);
</sql>
</version>
<version edition="121" description="流程使用范围字段">
<sql creator="huwenbin" createDate="20201226" note="流程使用范围字段">
alter table "AS_ACT_MODEL_INFO" add column("USABLE_RANGE" VARCHAR2(50));
comment on column "AS_ACT_MODEL_INFO"."USABLE_RANGE" is '使用范围';
alter table "AS_PROCESS_FORM" add column("USABLE_RANGE" VARCHAR2(50));
</sql>
</version>
</update>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment