From 41f2fe78df28503bffbe501a6afad30e4f9f8c78 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Mon, 9 Oct 2023 09:22:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=908.0.1=E3=80=91=E3=80=90system=E3=80=91?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AA=E4=BF=AE=E6=94=B9=E6=9D=83?= =?UTF-8?q?=E9=99=90=E7=9A=84=E8=8F=9C=E5=8D=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysql/V8.0.1_20231009_0921__change_permission_scope.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.1_20231009_0921__change_permission_scope.sql 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