mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-06 04:25:00 +00:00
6 lines
155 B
SQL
6 lines
155 B
SQL
drop table site;
|
|
drop table community_user_ban;;
|
|
drop table community_moderator;
|
|
drop table community_follower;
|
|
drop table community;
|
|
drop table category;
|