lemmy/crates/db_schema/src/impls
Dessalines 1b5437cbe3
Addressing slow profile queries. #2777 (#2830)
* Addressing slow profile queries. #2777

* Addressing PR comments.
2023-04-25 19:28:06 -04:00
..
activity.rs Adding diesel enums for SortType and ListingType (#2808) 2023-04-17 15:19:51 -04:00
actor_language.rs Optimize federated language updates to avoid unnecessary db writes (#2786) 2023-03-30 11:03:13 -04:00
comment.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
comment_reply.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
comment_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
community.rs Addressing slow profile queries. #2777 (#2830) 2023-04-25 19:28:06 -04:00
community_block.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
custom_emoji.rs Add Custom Emojis Support (#2616) 2023-03-20 17:32:31 -04:00
email_verification.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
federation_allowlist.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
federation_blocklist.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
instance.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
language.rs Fix data fetching from Peertube (fixes #2689) (#2703) 2023-02-05 00:38:08 -05:00
local_site.rs Adding diesel enums for SortType and ListingType (#2808) 2023-04-17 15:19:51 -04:00
local_site_rate_limit.rs Allow embedding Lemmy, fix setup error (#2618) 2022-12-19 10:54:42 -05:00
local_user.rs Optimize federated language updates to avoid unnecessary db writes (#2786) 2023-03-30 11:03:13 -04:00
mod.rs Add Custom Emojis Support (#2616) 2023-03-20 17:32:31 -04:00
moderator.rs Adding diesel enums for SortType and ListingType (#2808) 2023-04-17 15:19:51 -04:00
password_reset_request.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
person.rs Addressing slow profile queries. #2777 (#2830) 2023-04-25 19:28:06 -04:00
person_block.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
person_mention.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
post.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
post_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
private_message.rs Show deleted and removed posts for profile views. Fixes #2624 (#2729) 2023-02-28 22:46:15 -05:00
private_message_report.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
registration_application.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
secret.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
site.rs Optimize federated language updates to avoid unnecessary db writes (#2786) 2023-03-30 11:03:13 -04:00
tagline.rs Fix clippy lints. (#2572) 2022-11-21 10:21:09 +00:00