This website requires JavaScript.
Explore
Help
Register
Sign In
fedi
/
lemmy
Watch
1
Star
0
Fork
You've already forked lemmy
0
mirror of
https://github.com/LemmyNet/lemmy.git
synced
2024-11-11 10:33:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a487caaf38
lemmy
/
server
/
migrations
/
2019-03-03-163336_create_post
/
down.sql
5 lines
87 B
MySQL
Raw
Normal View
History
Unescape
Escape
Adding hot ranking in sql, post listing view
2019-03-31 00:08:07 +00:00
drop
function
hot_rank
;
drop
view
post_listing
;
Adding User and Community types.
2019-03-04 16:39:07 +00:00
drop
table
post_like
;
drop
table
post
;
Reference in a new issue
Copy permalink