mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Dessalines
e690d6c470
- Adding post editing. Fixes #23 - Making SQL versions of comment and post fetching. Fixes #21 - Starting to add forum categories. #17
4 lines
106 B
SQL
4 lines
106 B
SQL
drop table community_moderator;
|
|
drop table community_follower;
|
|
drop table community;
|
|
drop table category;
|