lemmy/server/migrations/2019-04-03-155309_create_comment_view/down.sql

2 lines
46 B
SQL
Vendored

drop view reply_view;
drop view comment_view;