fixed comment count bug in moderation portal
This commit is contained in:
@@ -10,5 +10,5 @@ ALTER TABLE comments
|
||||
-- Index for fast Status Filtering
|
||||
CREATE INDEX idx_comments_status ON comments(status);
|
||||
|
||||
-- Sets all existing Comments to 'approved' (retroactive)
|
||||
-- Approves existing Comments
|
||||
UPDATE comments SET status = 'approved';
|
||||
Reference in New Issue
Block a user