]> Untitled Git - lemmy.git/blob - migrations/2019-02-27-170003_create_community/down.sql
add enable_federated_downvotes site option
[lemmy.git] / migrations / 2019-02-27-170003_create_community / down.sql
1 DROP TABLE site;
2
3 DROP TABLE community_user_ban;
4
5 ;
6
7 DROP TABLE community_moderator;
8
9 DROP TABLE community_follower;
10
11 DROP TABLE community;
12
13 DROP TABLE category;
14