1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-25 15:09:19 +00:00
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 08:39:07 -08:00
drop table post_like;
drop table post;