Commit ebc38e93 authored by 胡文斌's avatar 胡文斌

添加升级语句

parent 5188c795
...@@ -3092,4 +3092,13 @@ commit; ...@@ -3092,4 +3092,13 @@ commit;
</sql> </sql>
</version> </version>
<version edition="152" description="数据库日志">
<sql creator="huwenbin" createDate="20210409" 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,'sqlog','数据库日志','fa fa-file',NULL,'#/sqlog/index',NULL,1,0,'后台管理','系统管理',0);
commit;
</sql>
</version>
</update> </update>
\ No newline at end of file
...@@ -3081,4 +3081,11 @@ commit; ...@@ -3081,4 +3081,11 @@ commit;
nocache; nocache;
</sql> </sql>
</version> </version>
<version edition="149" description="数据库日志">
<sql creator="huwenbin" createDate="20210409" 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,'sqlog','数据库日志','fa fa-file',NULL,'#/sqlog/index',NULL,1,0,'后台管理','系统管理',0);
commit;
</sql>
</version>
</update> </update>
\ No newline at end of file
...@@ -3090,4 +3090,11 @@ commit; ...@@ -3090,4 +3090,11 @@ commit;
nocache; nocache;
</sql> </sql>
</version> </version>
<version edition="149" description="数据库日志">
<sql creator="huwenbin" createDate="20210409" 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,'sqlog','数据库日志','fa fa-file',NULL,'#/sqlog/index',NULL,1,0,'后台管理','系统管理',0);
commit;
</sql>
</version>
</update> </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