diff --git a/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.1_20231009_0921__change_permission_scope.sql b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.1_20231009_0921__change_permission_scope.sql new file mode 100644 index 000000000..52d5bdcb9 --- /dev/null +++ b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.1_20231009_0921__change_permission_scope.sql @@ -0,0 +1 @@ +INSERT INTO `sys_menu_options`(`menu_option_id`, `app_id`, `menu_id`, `option_name`, `option_code`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1711189530448498690, 1671406745336016898, 1671408081100206081, '修改权限的权限范围', 'CHANGE_ROLE_BIND_LIMIT', '2023-10-09 09:19:11', 1339550467939639299, NULL, NULL); \ No newline at end of file