1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-24 06:37:57 +00:00
lemmy/server/migrations/2019-02-27-170003_create_community/down.sql
2019-04-16 16:04:23 -07:00

6 lines
155 B
SQL

drop table site;
drop table community_user_ban;;
drop table community_moderator;
drop table community_follower;
drop table community;
drop table category;