]> Untitled Git - lemmy.git/blob - migrations/2019-02-27-170003_create_community/down.sql
219588d8f09f1475af4c91f46505ec5e4f5d1229
[lemmy.git] / migrations / 2019-02-27-170003_create_community / down.sql
1 drop table site;
2 drop table community_user_ban;;
3 drop table community_moderator;
4 drop table community_follower;
5 drop table community;
6 drop table category;