mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 18:52:56 +00:00
hot fix #1
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Add indexes for comment_reactions table (separate from constraints)
|
||||
CREATE INDEX idx_comment_reactions_comment ON comment_reactions(comment_id);
|
||||
CREATE INDEX idx_comment_reactions_user ON comment_reactions(user_id);
|
||||
CREATE INDEX idx_comment_reactions_type ON comment_reactions(type);
|
||||
Reference in New Issue
Block a user