lemmy/migrations/2020-10-13-212240_create_report_tables/down.sql
Dull Bananas b6102dcbf2 fix
2024-05-27 23:35:43 +00:00

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;