]> Untitled Git - lemmy.git/blob - migrations/2019-03-03-163336_create_post/down.sql
Speedup CI (#3852)
[lemmy.git] / migrations / 2019-03-03-163336_create_post / down.sql
1 DROP TABLE post_read;
2
3 DROP TABLE post_saved;
4
5 DROP TABLE post_like;
6
7 DROP TABLE post;
8