lemmy/server/migrations/2019-03-03-163336_create_post/down.sql
2019-03-04 08:39:07 -08:00

4 lines
64 B
SQL

drop table post_like;
drop table post_dislike;
drop table post;