]> Untitled Git - lemmy.git/blob - migrations/2021-01-31-050334_add_forum_sort_index/up.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[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);
2