]> Untitled Git - lemmy.git/blob - migrations/2021-11-23-031528_add_report_published_index/down.sql
Fix length of post_report.original_post_name db field (fixes #2311) (#2315)
[lemmy.git] / migrations / 2021-11-23-031528_add_report_published_index / down.sql
1 drop index idx_comment_report_published;
2 drop index idx_post_report_published;