mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 10:42:57 +00:00
hot fix #1
This commit is contained in:
@@ -89,5 +89,4 @@ CREATE TABLE IF NOT EXISTS comment_reactions (
|
||||
);
|
||||
|
||||
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