]> Untitled Git - lemmy.git/blob - migrations/2019-03-03-163336_create_post/down.sql
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / migrations / 2019-03-03-163336_create_post / down.sql
1 drop table post_read;
2 drop table post_saved;
3 drop table post_like;
4 drop table post;