5 lines
138 B
SQL
5 lines
138 B
SQL
drop view comment_report_view;
|
|
drop view post_report_view;
|
|
drop table comment_report;
|
|
drop table post_report;
|
|
drop extension "uuid-ossp";
|