]> Untitled Git - lemmy.git/blob - migrations/2021-01-31-050334_add_forum_sort_index/up.sql
Showing # of unread comments for posts. Fixes #2134 (#2393)
[lemmy.git] / migrations / 2021-01-31-050334_add_forum_sort_index / up.sql
1 create index idx_post_aggregates_comments on post_aggregates (comments desc);