This repository has been archived on 2020-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
lemmy/server/migrations/2019-03-03-163336_create_post/down.sql

5 lines
87 B
SQL

drop function hot_rank;
drop view post_listing;
drop table post_like;
drop table post;