mirror of https://github.com/LemmyNet/lemmy.git
7 lines
155 B
MySQL
7 lines
155 B
MySQL
|
drop table site;
|
||
|
drop table community_user_ban;;
|
||
|
drop table community_moderator;
|
||
|
drop table community_follower;
|
||
|
drop table community;
|
||
|
drop table category;
|