mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-07-29 05:03:49 +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;
|