]> Untitled Git - lemmy.git/blob - migrations/2019-02-27-170003_create_community/down.sql
Isomorphic docker (#1124)
[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;