Files
MyClub/database/migrations/20260120120001_add_comment_reaction_indexes.down.sql
T
Tomas Dvorak dfc079288f hot fix #1
2026-01-26 08:13:18 +01:00

5 lines
196 B
SQL

-- 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;