mirror of https://github.com/LemmyNet/lemmy.git
5 lines
110 B
MySQL
5 lines
110 B
MySQL
|
drop view comment_report_view;
|
||
|
drop view post_report_view;
|
||
|
drop table comment_report;
|
||
|
drop table post_report;
|