2023-06-27 08:13:51 +00:00
|
|
|
-- Add indexes on published column (needed for hot_rank updates)
|
2023-08-02 16:44:51 +00:00
|
|
|
CREATE INDEX idx_community_aggregates_published ON community_aggregates (published DESC);
|
|
|
|
|
|
|
|
CREATE INDEX idx_comment_aggregates_published ON comment_aggregates (published DESC);
|
2023-06-27 08:13:51 +00:00
|
|
|
|