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
ec0c0afe
Commit
ec0c0afe
authored
Apr 15, 2021
by
刘祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加卷内目录更新语句
parent
8ad602d1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
1 deletion
+27
-1
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+1
-1
HG_UpdateSQL.xml
src/main/resources/DBUpdate/HG_UpdateSQL.xml
+8
-0
KINGBASE_UpdateSQL.xml
src/main/resources/DBUpdate/KINGBASE_UpdateSQL.xml
+10
-0
ST_UpdateSQL.xml
src/main/resources/DBUpdate/ST_UpdateSQL.xml
+8
-0
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
ec0c0afe
...
@@ -3108,7 +3108,7 @@ commit;
...
@@ -3108,7 +3108,7 @@ commit;
</version>
</version>
<version
edition=
"154"
description=
"卷内目录"
>
<version
edition=
"154"
description=
"卷内目录"
>
<sql
creator=
"
huwenbin"
createDate=
"20210409
"
note=
"卷内目录"
>
<sql
creator=
"
liuxiang"
createDate=
"20210415
"
note=
"卷内目录"
>
insert into AS_MENU(ID,NAME,TITLE,ICON,DESCRIPTION,PATH,TARGET,SYSTEM_ID,HIDDEN,FIRST_LEVEL_NAME,SECOND_LEVEL_NAME,GROUP_ORDER)
insert into AS_MENU(ID,NAME,TITLE,ICON,DESCRIPTION,PATH,TARGET,SYSTEM_ID,HIDDEN,FIRST_LEVEL_NAME,SECOND_LEVEL_NAME,GROUP_ORDER)
VALUES(SEQ_MENU.nextval,'contentsOfVolumes','卷内目录','fa fa-file','卷内目录','#/contentofvolumes/index',NULL,1,0,'分类编目','分类编目',9);
VALUES(SEQ_MENU.nextval,'contentsOfVolumes','卷内目录','fa fa-file','卷内目录','#/contentofvolumes/index',NULL,1,0,'分类编目','分类编目',9);
commit;
commit;
...
...
src/main/resources/DBUpdate/HG_UpdateSQL.xml
View file @
ec0c0afe
...
@@ -3056,4 +3056,11 @@ commit;
...
@@ -3056,4 +3056,11 @@ commit;
alter table AS_SCAN_SETTING add WATERMARK_LEAN NUMBER(11,0);
alter table AS_SCAN_SETTING add WATERMARK_LEAN NUMBER(11,0);
</sql>
</sql>
</version>
</version>
<version
edition=
"151"
description=
"卷内目录"
>
<sql
creator=
"liuxiang"
createDate=
"20210415"
note=
"卷内目录"
>
insert into AS_MENU(id,name,title,icon,description,path,target,system_id,hidden,first_level_name,second_level_name,group_order)
VALUES(SEQ_MENU.nextval,'contentsOfVolumes','卷内目录','fa fa-file','卷内目录','#/contentofvolumes/index',NULL,1,0,'分类编目','分类编目',9);
commit;
</sql>
</version>
</update>
</update>
\ No newline at end of file
src/main/resources/DBUpdate/KINGBASE_UpdateSQL.xml
View file @
ec0c0afe
...
@@ -3107,4 +3107,13 @@ commit;
...
@@ -3107,4 +3107,13 @@ commit;
PRIMARY KEY("ID"));
PRIMARY KEY("ID"));
</sql>
</sql>
</version>
</version>
<version
edition=
"152"
description=
"卷内目录"
>
<sql
creator=
"liuxiang"
createDate=
"20210415"
note=
"卷内目录"
>
insert into AS_MENU(ID,NAME,TITLE,ICON,DESCRIPTION,PATH,TARGET,SYSTEM_ID,HIDDEN,FIRST_LEVEL_NAME,SECOND_LEVEL_NAME,GROUP_ORDER)
VALUES(SEQ_MENU.nextval,'contentsOfVolumes','卷内目录','fa fa-file','卷内目录','#/contentofvolumes/index',NULL,1,0,'分类编目','分类编目',9);
commit;
</sql>
</version>
</update>
</update>
\ No newline at end of file
src/main/resources/DBUpdate/ST_UpdateSQL.xml
View file @
ec0c0afe
...
@@ -3116,4 +3116,11 @@ commit;
...
@@ -3116,4 +3116,11 @@ commit;
PRIMARY KEY("ID"));
PRIMARY KEY("ID"));
</sql>
</sql>
</version>
</version>
<version
edition=
"152"
description=
"卷内目录"
>
<sql
creator=
"liuxiang"
createDate=
"20210415"
note=
"卷内目录"
>
insert into AS_MENU(ID,NAME,TITLE,ICON,DESCRIPTION,PATH,TARGET,SYSTEM_ID,HIDDEN,FIRST_LEVEL_NAME,SECOND_LEVEL_NAME,GROUP_ORDER)
VALUES(SEQ_MENU.nextval,'contentsOfVolumes','卷内目录','fa fa-file','卷内目录','#/contentofvolumes/index',NULL,1,0,'分类编目','分类编目',9);
commit;
</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