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
2624d4f2
Commit
2624d4f2
authored
Apr 14, 2021
by
胡文斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加数据库升级语句
parent
f103bd66
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
0 deletions
+39
-0
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+13
-0
KINGBASE_UpdateSQL.xml
src/main/resources/DBUpdate/KINGBASE_UpdateSQL.xml
+13
-0
ST_UpdateSQL.xml
src/main/resources/DBUpdate/ST_UpdateSQL.xml
+13
-0
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
2624d4f2
...
@@ -3099,6 +3099,18 @@ commit;
...
@@ -3099,6 +3099,18 @@ commit;
commit;
commit;
</sql>
</sql>
</version>
</version>
<version
edition=
"153"
description=
"卷内显示案卷字段规则"
>
<sql
creator=
"huwenbin"
createDate=
"20210414"
note=
"卷内显示案卷字段规则"
>
CREATE TABLE "AS_RULE_AJ_COLUMN"
(
"ID" NUMBER(10,0) NOT NULL,
"ORGAN_ID" NUMBER(10,0),
"TABLE_ID" NUMBER(10,0),
"RULE" VARCHAR2(300),
"STAGE" VARCHAR2(50),
PRIMARY KEY("ID"));
</sql>
</version>
</update>
</update>
\ No newline at end of file
src/main/resources/DBUpdate/KINGBASE_UpdateSQL.xml
View file @
2624d4f2
...
@@ -3088,4 +3088,16 @@ commit;
...
@@ -3088,4 +3088,16 @@ commit;
commit;
commit;
</sql>
</sql>
</version>
</version>
<version
edition=
"150"
description=
"卷内显示案卷字段规则"
>
<sql
creator=
"huwenbin"
createDate=
"20210414"
note=
"卷内显示案卷字段规则"
>
CREATE TABLE "AS_RULE_AJ_COLUMN"
(
"ID" NUMBER(10,0) NOT NULL,
"ORGAN_ID" NUMBER(10,0),
"TABLE_ID" NUMBER(10,0),
"RULE" VARCHAR2(300),
"STAGE" VARCHAR2(50),
PRIMARY KEY("ID"));
</sql>
</version>
</update>
</update>
\ No newline at end of file
src/main/resources/DBUpdate/ST_UpdateSQL.xml
View file @
2624d4f2
...
@@ -3097,4 +3097,16 @@ commit;
...
@@ -3097,4 +3097,16 @@ commit;
commit;
commit;
</sql>
</sql>
</version>
</version>
<version
edition=
"150"
description=
"卷内显示案卷字段规则"
>
<sql
creator=
"huwenbin"
createDate=
"20210414"
note=
"卷内显示案卷字段规则"
>
CREATE TABLE "AS_RULE_AJ_COLUMN"
(
"ID" NUMBER(10,0) NOT NULL,
"ORGAN_ID" NUMBER(10,0),
"TABLE_ID" NUMBER(10,0),
"RULE" VARCHAR2(300),
"STAGE" VARCHAR2(50),
PRIMARY KEY("ID"));
</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