mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 14:21:19 +00:00
8 lines
114 B
SQL
8 lines
114 B
SQL
DROP VIEW comment_report_view;
|
|
|
|
DROP VIEW post_report_view;
|
|
|
|
DROP TABLE comment_report;
|
|
|
|
DROP TABLE post_report;
|
|
|