You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2020-10-13-212240_create_re.../down.sql

5 lines
110 B
SQL

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