summaryrefslogtreecommitdiffstats
path: root/server/migrations/2019-03-03-163336_create_post/down.sql
blob: d3ffa6b92edc5e331eccad9be987a50c78fd0191 (plain)
1
2
3
4
drop function hot_rank;
drop view post_listing;
drop table post_like;
drop table post;