You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2019-03-03-163336_create_post/down.sql

5 lines
84 B
SQL

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