mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-09 01:10:39 +00:00
81da0853aa
- Adding post editing. Fixes #23 - Making SQL versions of comment and post fetching. Fixes #21 - Starting to add forum categories. #17
5 lines
106 B
SQL
5 lines
106 B
SQL
drop table community_moderator;
|
|
drop table community_follower;
|
|
drop table community;
|
|
drop table category;
|