1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-23 22:26:45 +00:00
lemmy/migrations/2020-10-13-212240_create_report_tables/down.sql

4 lines
110 B
SQL

drop view comment_report_view;
drop view post_report_view;
drop table comment_report;
drop table post_report;