]> Untitled Git - lemmy.git/blob - migrations/2020-10-13-212240_create_report_tables/down.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / migrations / 2020-10-13-212240_create_report_tables / down.sql
1 DROP VIEW comment_report_view;
2
3 DROP VIEW post_report_view;
4
5 DROP TABLE comment_report;
6
7 DROP TABLE post_report;
8