diff --git a/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.3.4_20250509_1739__add_admin_role_default_scope.sql b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.3.4_20250509_1739__add_admin_role_default_scope.sql new file mode 100644 index 000000000..d0735b721 --- /dev/null +++ b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.3.4_20250509_1739__add_admin_role_default_scope.sql @@ -0,0 +1,2 @@ +DELETE FROM `sys_role_data_scope` WHERE `role_id` = 1671420545250439170 AND `data_scope_type` = 50; +INSERT INTO `sys_role_data_scope` (`role_data_scope_id`, `role_id`, `data_scope_type`, `org_level_code`, `define_org_list`, `define_org_id`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1920774896534970369, 1671420545250439170, 50, NULL, NULL, NULL, '2025-05-09 17:36:36', 1339550467939639299, NULL, NULL); \ No newline at end of file