BEGIN; DROP INDEX IF EXISTS idx_ai_feedback_conversation; DROP INDEX IF EXISTS idx_ai_feedback_user; DROP TABLE IF EXISTS ai_feedback; COMMIT;