lemmy/server/migrations/2019-02-27-170003_create_community/down.sql
Dessalines c786464381 Adding forum / community pages
- Adding main forum page. Fixes #11
- Adding view version for posts. #21
- Got rid of fedi user ids. Fixes #22
- Post sorting working. Fixes #24
2019-04-02 23:49:32 -07:00

4 lines
85 B
SQL

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