lemmy/server/migrations/2019-03-03-163336_create_post/down.sql

5 lines
87 B
MySQL
Raw Normal View History

drop function hot_rank;
drop view post_listing;
2019-03-04 16:39:07 +00:00
drop table post_like;
drop table post;