mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-07 03:20:25 +00:00
9 lines
223 B
SQL
Vendored
9 lines
223 B
SQL
Vendored
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_ban_from_community;
|
|
drop table mod_add;
|
|
drop table mod_add_community;
|