]> Untitled Git - lemmy.git/blob - migrations/2019-04-03-155309_create_comment_view/down.sql
add enable_federated_downvotes site option
[lemmy.git] / migrations / 2019-04-03-155309_create_comment_view / down.sql
1 DROP VIEW reply_view;
2
3 DROP VIEW comment_view;
4