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

8 lines
317 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- ----------------------------
-- 若曾执行过 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);