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
6b2034ef
Commit
6b2034ef
authored
Mar 02, 2021
by
张龙发
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成保存为模板,引入模板功能
parent
621e6e44
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
60 additions
and
22 deletions
+60
-22
.project
.project
+21
-22
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+12
-0
KingBase_UpdateSQL.xml
src/main/resources/DBUpdate/KingBase_UpdateSQL.xml
+13
-0
ST_UpdateSQL.xml
src/main/resources/DBUpdate/ST_UpdateSQL.xml
+14
-0
No files found.
.project
View file @
6b2034ef
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
aserver
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.m2e.core.maven2Builder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.eclipse.m2e.core.maven2Nature
</nature>
</natures>
</projectDescription>
\ No newline at end of file
<name>
aserver-szdas
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
org.eclipse.jdt.core.javabuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.m2e.core.maven2Builder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
org.eclipse.m2e.core.maven2Nature
</nature>
</natures>
</projectDescription>
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
6b2034ef
...
...
@@ -2968,4 +2968,15 @@
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
</sql>
</version>
<version
edition=
"138"
description=
"编研管理添加序列"
>
<sql
creator=
"zhanglongfa"
createDate=
"20210302"
note=
"编研管理添加序列"
>
create sequence SEQ_COMPILATION_CKEDITOR
minvalue 1
maxvalue 999999999
start with 1
increment by 1
nocycle
nocache;
</sql>
</version>
</update>
\ No newline at end of file
src/main/resources/DBUpdate/KingBase_UpdateSQL.xml
View file @
6b2034ef
...
...
@@ -2955,5 +2955,17 @@
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
</sql>
</version>
<version
edition=
"136"
description=
"编研管理添加序列"
>
<sql
creator=
"zhanglongfa"
createDate=
"20210302"
note=
"编研管理添加序列"
>
create sequence SEQ_COMPILATION_CKEDITOR
minvalue 1
maxvalue 999999999
start with 1
increment by 1
nocycle
nocache;
</sql>
</version>
</update>
\ No newline at end of file
src/main/resources/DBUpdate/ST_UpdateSQL.xml
View file @
6b2034ef
...
...
@@ -2957,5 +2957,18 @@
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
</sql>
</version>
<version
edition=
"136"
description=
"编研管理添加序列"
>
<sql
creator=
"zhanglongfa"
createDate=
"20210302"
note=
"编研管理添加序列"
>
create sequence SEQ_COMPILATION_CKEDITOR
minvalue 1
maxvalue 999999999
start with 1
increment by 1
nocycle
nocache;
</sql>
</version>
</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