This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
lemmy/server/migrations/2019-02-27-170003_create_co.../down.sql

6 lines
138 B
SQL

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