-- Remove indexes for comment_reactions table DROP INDEX IF EXISTS idx_comment_reactions_comment; DROP INDEX IF EXISTS idx_comment_reactions_user; DROP INDEX IF EXISTS idx_comment_reactions_type;