mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
5 lines
196 B
SQL
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;
|