]> Untitled Git - lemmy.git/blob - migrations/2021-11-23-031528_add_report_published_index/up.sql
Adding a person.admin index, and featured_local/community indexes. (#3479)
[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);