Commit ec0c0afe authored by 刘祥's avatar 刘祥

增加卷内目录更新语句

parent 8ad602d1
......@@ -3108,7 +3108,7 @@ commit;
</version>
<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)
VALUES(SEQ_MENU.nextval,'contentsOfVolumes','卷内目录','fa fa-file','卷内目录','#/contentofvolumes/index',NULL,1,0,'分类编目','分类编目',9);
commit;
......
......@@ -3056,4 +3056,11 @@ commit;
alter table AS_SCAN_SETTING add WATERMARK_LEAN NUMBER(11,0);
</sql>
</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>
\ No newline at end of file
......@@ -3107,4 +3107,13 @@ commit;
PRIMARY KEY("ID"));
</sql>
</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>
\ No newline at end of file
......@@ -3116,4 +3116,11 @@ commit;
PRIMARY KEY("ID"));
</sql>
</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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment