mirror of https://github.com/LemmyNet/lemmy.git
5 lines
84 B
MySQL
5 lines
84 B
MySQL
|
drop table post_read;
|
||
|
drop table post_saved;
|
||
|
drop table post_like;
|
||
|
drop table post;
|