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