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
ea7930fa
Commit
ea7930fa
authored
Apr 07, 2021
by
张龙发
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编研管理添加名称简述字段,创建序列
parent
6ea651d4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
69 additions
and
0 deletions
+69
-0
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+14
-0
HG_UpdateSQL.xml
src/main/resources/DBUpdate/HG_UpdateSQL.xml
+14
-0
KINGBASE_UpdateSQL.xml
src/main/resources/DBUpdate/KINGBASE_UpdateSQL.xml
+14
-0
ORACLE_UpdateSQL.xml
src/main/resources/DBUpdate/ORACLE_UpdateSQL.xml
+13
-0
ST_UpdateSQL.xml
src/main/resources/DBUpdate/ST_UpdateSQL.xml
+14
-0
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
ea7930fa
...
...
@@ -3078,5 +3078,18 @@ commit;
</sql>
</version>
<version
edition=
"151"
description=
"编研管理添加名称简述字段,创建序列"
>
<sql
creator=
"zhanglongfa"
createDate=
"20210407"
note=
"编研管理添加名称简述字段,创建序列"
>
alter table AS_COMPILATION_CKEDITOR add "NAME" varchar2(100);
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
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/HG_UpdateSQL.xml
View file @
ea7930fa
...
...
@@ -3029,4 +3029,17 @@ commit;
comment on column AS_SYSTEM."MICRO_APP" is '微前端路径';
</sql>
</version>
<version
edition=
"147"
description=
"编研管理添加名称简述字段,创建序列"
>
<sql
creator=
"zhanglongfa"
createDate=
"20210407"
note=
"编研管理添加名称简述字段,创建序列"
>
alter table AS_COMPILATION_CKEDITOR add "NAME" varchar2(100);
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
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 @
ea7930fa
...
...
@@ -3068,4 +3068,17 @@ commit;
comment on column "AS_SQL_LOG"."SQL_TYPE" is 'sql类型';
</sql>
</version>
<version
edition=
"148"
description=
"编研管理添加名称简述字段,创建序列"
>
<sql
creator=
"zhanglongfa"
createDate=
"20210407"
note=
"编研管理添加名称简述字段,创建序列"
>
alter table AS_COMPILATION_CKEDITOR add "NAME" varchar2(100);
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
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/ORACLE_UpdateSQL.xml
View file @
ea7930fa
...
...
@@ -232,4 +232,17 @@ VALUES(SEQ_MENU.nextval,'appraisalScheView','鉴定附表详情',NULL,NULL,'#/di
commit;
</sql>
</version>
<version
edition=
"14"
description=
"编研管理添加名称简述字段,创建序列"
>
<sql
creator=
"zhanglongfa"
createDate=
"20210407"
note=
"编研管理添加名称简述字段,创建序列"
>
alter table AS_COMPILATION_CKEDITOR add "NAME" varchar2(100);
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
create sequence SEQ_COMPILATION_CKEDITOR
minvalue 1
maxvalue 999999999
start with 1
increment by 1
nocycle
nocache;
</sql>
</version>
</update>
src/main/resources/DBUpdate/ST_UpdateSQL.xml
View file @
ea7930fa
...
...
@@ -3077,4 +3077,17 @@ commit;
comment on column "AS_SQL_LOG"."SQL_TYPE" is 'sql类型';
</sql>
</version>
<version
edition=
"148"
description=
"编研管理添加名称简述字段,创建序列"
>
<sql
creator=
"zhanglongfa"
createDate=
"20210407"
note=
"编研管理添加名称简述字段,创建序列"
>
alter table AS_COMPILATION_CKEDITOR add "NAME" varchar2(100);
alter table AS_COMPILATION_CKEDITOR add "SKETCH" varchar2(500);
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