lemmy/server/migrations/2019-03-30-212058_create_post_view/down.sql
Dessalines e690d6c470 Adding post editing.
- Adding post editing. Fixes #23
- Making SQL versions of comment and post fetching. Fixes #21
- Starting to add forum categories. #17
2019-04-03 13:59:37 -07:00

3 lines
45 B
SQL

drop view post_view;
drop function hot_rank;