From 4bdc3282a2e84d4986f8f609db912d01a2f7a39e Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Sat, 23 Jan 2021 21:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90sql=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B8=A4=E4=B8=AAmenu=E7=9A=84sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/V1.0_20210123_0001__add_meun_table.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/resources/db/migration/V1.0_20210123_0001__add_meun_table.sql diff --git a/src/main/resources/db/migration/V1.0_20210123_0001__add_meun_table.sql b/src/main/resources/db/migration/V1.0_20210123_0001__add_meun_table.sql new file mode 100644 index 00000000..e7d6eedc --- /dev/null +++ b/src/main/resources/db/migration/V1.0_20210123_0001__add_meun_table.sql @@ -0,0 +1,5 @@ +INSERT INTO `sys_menu` VALUES (1352966403623342082, 1339550467939639317, '[-1],[1339550467939639317],', '多数据源', 'datasources', 'system', 'Y', 50.50, 1, NULL, '/view/datasources', 'layui-icon-star-fill', NULL, 'icon-default', NULL, 0, NULL, 'N', '2021-01-23 21:08:22', 1339550467939639299, NULL, NULL); +INSERT INTO `sys_role_menu` VALUES (1352966446510100482, 1339550467939639303, 1352966403623342082, '2021-01-23 21:08:32', 1339550467939639299, NULL, NULL); + +INSERT INTO `sys_menu` VALUES (1352968673144459265, 1339550467939639317, '[-1],[1339550467939639317],', '多语言配置', 'languages', 'system', 'Y', 50.60, 1, NULL, '/view/languages', 'layui-icon-star-fill', NULL, 'icon-default', NULL, 0, NULL, 'N', '2021-01-23 21:17:23', 1339550467939639299, NULL, NULL); +INSERT INTO `sys_role_menu` VALUES (1352968718384222221, 1339550467939639303, 1352968673144459265, '2021-01-23 21:17:34', 1339550467939639299, NULL, NULL);