]> Untitled Git - lemmy.git/blob - migrations/2019-03-30-212058_create_post_view/down.sql
Speedup CI (#3852)
[lemmy.git] / migrations / 2019-03-30-212058_create_post_view / down.sql
1 DROP VIEW post_view;
2
3 DROP FUNCTION hot_rank;
4