You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_views/src
Dessalines 8cb5939f50
Adding hot_rank columns in place of function sorting. (#2952)
* Adding hot_rank columns in place of function sorting.

- Creates hot_rank columns for post, comment, and community.
- Fixes #2932

* Updating all hot ranks on startup.

* Fixing post.url migration.

* Removing update_instance_software from startup.

* Adding post_rank query
1 year ago
..
comment_report_view.rs Adding hot_rank columns in place of function sorting. (#2952) 1 year ago
comment_view.rs Adding hot_rank columns in place of function sorting. (#2952) 1 year ago
custom_emoji_view.rs Add Custom Emojis Support (#2616) 1 year ago
lib.rs Add Custom Emojis Support (#2616) 1 year ago
local_user_view.rs Addressing slow profile queries. #2777 (#2830) 1 year ago
post_report_view.rs Adding hot_rank columns in place of function sorting. (#2952) 1 year ago
post_view.rs Adding hot_rank columns in place of function sorting. (#2952) 1 year ago
private_message_report_view.rs Fix *All* reports not showing. Fixes #2902 (#2903) 1 year ago
private_message_view.rs Get rid of Safe Views, use serde_skip (#2767) 1 year ago
registration_application_view.rs Adding TOTP / 2FA to lemmy (#2741) 1 year ago
site_view.rs Add diesel_async, get rid of blocking function (#2510) 2 years ago
structs.rs Adding comments to all API related types. Fixes #2846 (#2848) 1 year ago