From 32232cb604c68ac304b45874d29bd1250b582202 Mon Sep 17 00:00:00 2001 From: TinyAnts Date: Fri, 14 Oct 2022 16:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E8=A3=85SQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/install.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/install.sql b/sql/install.sql index e6929404..7801bd6b 100644 --- a/sql/install.sql +++ b/sql/install.sql @@ -746,4 +746,5 @@ INSERT INTO `la_system_auth_menu` VALUES (770, 752, 'A', '新增', '', 0, 'chann INSERT INTO `la_system_auth_menu` VALUES (771, 752, 'A', '编辑', '', 0, 'channel:oaReplyDefault:edit', '', '', '', '', 1, 1, 0, 1664517725, 1664517725); INSERT INTO `la_system_auth_menu` VALUES (772, 752, 'A', '状态', '', 0, 'channel:oaReplyDefault:status', '', '', '', '', 1, 1, 0, 1664517757, 1664517757); INSERT INTO `la_system_auth_menu` VALUES (773, 752, 'A', '删除', '', 0, 'channel:oaReplyDefault:del', '', '', '', '', 1, 1, 0, 1664517778, 1664517778); +INSERT INTO `la_system_auth_menu` VALUES (774, 610, 'A', '导入数据表列表', '', 0, 'gen:db', '', '', '', '', 1, 1, 0, 1665646316, 1665646316); COMMIT; \ No newline at end of file