mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
6 lines
162 B
SQL
6 lines
162 B
SQL
drop table mod_remove_post;
|
|
drop table mod_lock_post;
|
|
drop table mod_remove_comment;
|
|
drop table mod_remove_community;
|
|
drop table mod_ban;
|
|
drop table mod_add_mod;
|