From 645d7757bcd6f951b32c5ef128e0c27822f45507 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Wed, 30 Aug 2023 00:49:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=908.0=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E8=8F=9C=E5=8D=95=E5=85=B3=E8=81=94=E8=A1=A8?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=A7=9F=E6=88=B7id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysql/V8.0.0_20230830_0023__remove_system_tenant_id.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.0_20230830_0023__remove_system_tenant_id.sql b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.0_20230830_0023__remove_system_tenant_id.sql index 402311620..a7fd50786 100644 --- a/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.0_20230830_0023__remove_system_tenant_id.sql +++ b/kernel-s-system/system-spring-boot-starter/src/main/resources/db/migration/mysql/V8.0.0_20230830_0023__remove_system_tenant_id.sql @@ -10,4 +10,6 @@ ALTER TABLE `sys_table_width` DROP COLUMN `tenant_id`; ALTER TABLE `sys_user_org` DROP COLUMN `tenant_id`; -ALTER TABLE `sys_user_role` DROP COLUMN `tenant_id`; \ No newline at end of file +ALTER TABLE `sys_user_role` DROP COLUMN `tenant_id`; + +ALTER TABLE `sys_role_menu_options` DROP COLUMN `tenant_id`; \ No newline at end of file