]> Untitled Git - lemmy.git/blob - migrations/2019-04-03-155205_create_community_view/down.sql
add enable_federated_downvotes site option
[lemmy.git] / migrations / 2019-04-03-155205_create_community_view / down.sql
1 DROP VIEW community_view;
2
3 DROP VIEW community_moderator_view;
4
5 DROP VIEW community_follower_view;
6
7 DROP VIEW community_user_ban_view;
8
9 DROP VIEW site_view;
10