lemmy/server/migrations/2019-02-27-170003_create_community/down.sql
Dessalines e690d6c470 Adding post editing.
- Adding post editing. Fixes #23
- Making SQL versions of comment and post fetching. Fixes #21
- Starting to add forum categories. #17
2019-04-03 13:59:37 -07:00

5 lines
106 B
SQL

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