]> Untitled Git - lemmy.git/blob - migrations/2021-11-23-031528_add_report_published_index/up.sql
Optimize hot rank updates (#3617)
[lemmy.git] / migrations / 2021-11-23-031528_add_report_published_index / up.sql
1 create index idx_comment_report_published on comment_report (published desc);
2 create index idx_post_report_published on post_report (published desc);