]> Untitled Git - lemmy.git/blob - migrations/2021-11-23-031528_add_report_published_index/up.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[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
3 CREATE INDEX idx_post_report_published ON post_report (published DESC);
4