]> Untitled Git - lemmy.git/blob - migrations/2019-03-30-212058_create_post_view/down.sql
Split activity table into sent and received parts (fixes #3103) (#3583)
[lemmy.git] / migrations / 2019-03-30-212058_create_post_view / down.sql
1 drop view post_view;
2 drop function hot_rank;