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 index a6e2fa6d..a7c56de0 100644 --- 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 @@ -1,5 +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); +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.41, 1, NULL, NULL, NULL, 'Y', '/authority/rolePower', 'UnlockOutlined', '/system/role-power/index', 0, NULL, NULL, 'Y', 1, 'N', '2022-06-20 14:45:41', 1339550467939639299, '2022-06-20 21:11:16', 1339550467939639299); -SET FOREIGN_KEY_CHECKS = 1; \ No newline at end of file +SET FOREIGN_KEY_CHECKS = 1;