Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
15所TongWeb
aserver
Commits
203d006f
Commit
203d006f
authored
Jul 22, 2020
by
陈勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并文斌-流程中涉及全宗的升级语句
parent
eba67b24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
1 deletion
+40
-1
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+40
-1
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
203d006f
...
@@ -1299,5 +1299,43 @@
...
@@ -1299,5 +1299,43 @@
<sql
creator=
"guoxiaojun"
createDate=
"20200717"
note=
"档案分类ID"
>
<sql
creator=
"guoxiaojun"
createDate=
"20200717"
note=
"档案分类ID"
>
alter table AS_IDENTIFY_TASK add CLASSIFY_ID NUMBER(9,0);
alter table AS_IDENTIFY_TASK add CLASSIFY_ID NUMBER(9,0);
</sql>
</sql>
</version>
</version>
<version
edition=
"52"
description=
"创建流程图信息表"
>
<sql
creator=
"huwenbin"
createDate=
"20200720"
note=
"创建流程图信息表"
>
create table "AS_ACT_MODEL_INFO"
(
"ID" NUMBER(9, 0) not null ,
"MODEL_ID" NVARCHAR2(64),
"CREATOR" NUMBER(22, 6),
"IDSEQ" VARCHAR2(500),
primary key("ID")
)
storage(initial 1, next 1, minextents 1, fillfactor 0)
;
comment on table "AS_ACT_MODEL_INFO" is '流程图信息表';
comment on column "AS_ACT_MODEL_INFO"."ID" is '主键id';
comment on column "AS_ACT_MODEL_INFO"."MODEL_ID" is '流程图id';
comment on column "AS_ACT_MODEL_INFO"."CREATOR" is '创建流程图人id';
comment on column "AS_ACT_MODEL_INFO"."IDSEQ" is '全宗';
CREATE SEQUENCE "SEQ_AS_ACT_MODEL_INFO" INCREMENT BY 1 START WITH 1 MAXVALUE 999999999 MINVALUE 1;
</sql>
</version>
<version
edition=
"53"
description=
"流程表单添加全宗号"
>
<sql
creator=
"huwenbin"
createDate=
"20200720"
note=
"流程表单添加全宗号"
>
alter table"AS_PROCESS_FORM" add column("IDSEQ" VARCHAR2(500));
comment on column "AS_PROCESS_FORM"."IDSEQ" is '全宗号';
alter table "AS_MODEL_DEPLOYMENT" add column("IDSEQ" VARCHAR2(500));
comment on column "AS_MODEL_DEPLOYMENT"."IDSEQ" is '全宗号';
</sql>
</version>
</update>
</update>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment