mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
4 lines
No EOL
241 B
SQL
4 lines
No EOL
241 B
SQL
-- Add indexes on published column (needed for hot_rank updates)
|
|
|
|
create index idx_community_aggregates_published on community_aggregates (published desc);
|
|
create index idx_comment_aggregates_published on comment_aggregates (published desc); |