v4_cleanup_unused_tables.sql 249 Bytes
-- 清理无效的 AI 业务表
-- 版本: 4.0
-- 创建日期: 2026-01-30
-- 描述: 删除不再使用的 ai_llm_suggestion_detail 和 ai_pre_plan_detail 表

DROP TABLE IF EXISTS ai_llm_suggestion_detail;
DROP TABLE IF EXISTS ai_pre_plan_detail;