新增数据库日志

parent ebc38e93
...@@ -3042,4 +3042,11 @@ commit; ...@@ -3042,4 +3042,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