From 20b1b0aa268faf5d65acbf012ed0216da9510bb7 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Mon, 20 Jun 2022 18:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.2.3=E3=80=91=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E7=BB=91=E5=AE=9A=E8=B5=84=E6=BA=90=E7=9A=84?= =?UTF-8?q?=E5=90=84=E4=B8=AA=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysql/V7.2.3_20220620_1843__add_role_bind_page.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/resources/db/migration/mysql/V7.2.3_20220620_1843__add_role_bind_page.sql diff --git a/src/main/resources/db/migration/mysql/V7.2.3_20220620_1843__add_role_bind_page.sql b/src/main/resources/db/migration/mysql/V7.2.3_20220620_1843__add_role_bind_page.sql new file mode 100644 index 00000000..a6e2fa6d --- /dev/null +++ b/src/main/resources/db/migration/mysql/V7.2.3_20220620_1843__add_role_bind_page.sql @@ -0,0 +1,5 @@ +SET FOREIGN_KEY_CHECKS = 0; + +INSERT INTO `sys_menu`(`menu_id`, `menu_parent_id`, `menu_pids`, `menu_name`, `menu_code`, `app_code`, `menu_sort`, `status_flag`, `remark`, `layui_path`, `layui_icon`, `layui_visible`, `antdv_router`, `antdv_icon`, `antdv_component`, `antdv_link_open_type`, `antdv_link_url`, `antdv_active_url`, `antdv_visible`, `antdv_front_type`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1538775070967664642, 1399362846198013953, '[-1],[1399362846198013953],', '用户权限', 'role_power', 'systemApp', 20.70, 1, NULL, NULL, NULL, 'Y', '/authority/userPower', 'UserOutlined', '/system/user-power/index', 0, NULL, NULL, 'Y', 1, 'N', '2022-06-20 14:45:41', 1339550467939639299, NULL, NULL); + +SET FOREIGN_KEY_CHECKS = 1; \ No newline at end of file