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