]> Untitled Git - lemmy.git/blob - migrations/2021-11-23-031528_add_report_published_index/down.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / migrations / 2021-11-23-031528_add_report_published_index / down.sql
1 DROP INDEX idx_comment_report_published;
2
3 DROP INDEX idx_post_report_published;
4