lemmy/migrations/2021-01-31-050334_add_forum_sort_index/up.sql
Dessalines 6bb4f0b41f
Adding forum sort for post_aggregates. Fixes #1312 (#1400)
* Adding forum sort for post_aggregates. Fixes #1312

* Changing sort name from forum to MostComments.
2021-02-01 11:53:44 -05:00

2 lines
78 B
SQL

create index idx_post_aggregates_comments on post_aggregates (comments desc);