lemmy/crates/db_schema/src/aggregates
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
2023-06-08 16:15:15 -04:00
..
comment_aggregates.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
community_aggregates.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
mod.rs Showing # of unread comments for posts. Fixes #2134 (#2393) 2022-09-27 16:45:46 +00:00
person_aggregates.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
person_post_aggregates.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
post_aggregates.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
site_aggregates.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
structs.rs Adding hot_rank columns in place of function sorting. (#2952) 2023-06-08 16:15:15 -04:00