mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 14:51:18 +00:00
8 lines
134 B
SQL
8 lines
134 B
SQL
DROP VIEW IF EXISTS comment_report_view;
|
|
|
|
DROP VIEW IF EXISTS post_report_view;
|
|
|
|
DROP TABLE comment_report;
|
|
|
|
DROP TABLE post_report;
|
|
|