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

9 lines
88 B
SQL

DROP TABLE post_read;
DROP TABLE post_saved;
DROP TABLE post_like;
DROP TABLE post;