1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-23 22:26:45 +00:00
lemmy/server/migrations/2019-03-03-163336_create_post/down.sql

4 lines
84 B
SQL
Vendored

drop table post_read;
drop table post_saved;
drop table post_like;
drop table post;