From dd48cef671cdae216066ac5b0f9ab006683b9a5c Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Fri, 9 May 2025 17:41:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=908.3.4=E3=80=91=E3=80=90system=E3=80=91?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=AE=A1=E7=90=86=E5=91=98=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../V8.3.4_20250509_1739__add_admin_role_default_scope.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.3.4_20250509_1739__add_admin_role_default_scope.sql 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