Files
ruoyi-vue-pro/sql/mysql/tenant_remove_ai_config_menu.sql

8 lines
317 B
MySQL
Raw Normal View History

2026-03-25 08:41:07 +08:00
-- ----------------------------
-- 若曾执行过 tenant_ai_config_menu.sql可执行本脚本删除租户 AI 配置菜单
-- 执行前请备份数据
-- ----------------------------
DELETE FROM `system_role_menu` WHERE `menu_id` IN (2800, 2801, 2802);
DELETE FROM `system_menu` WHERE `id` IN (2800, 2801, 2802);