lemmy/migrations/2019-03-03-163336_create_post/down.sql

5 lines
84 B
MySQL
Raw Normal View History

drop table post_read;
drop table post_saved;
2019-03-04 09:39:07 -07:00
drop table post_like;
drop table post;