1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2024-12-24 00:40:32 +00:00
lemmy/server/migrations/2019-03-30-212058_create_post_view/down.sql
Dessalines e690d6c470 Adding post editing.
- Adding post editing. Fixes 
- Making SQL versions of comment and post fetching. Fixes 
- Starting to add forum categories. 
2019-04-03 13:59:37 -07:00

2 lines
45 B
SQL

drop view post_view;
drop function hot_rank;