lemmy/crates/db_schema/src/impls
Nutomic a39cf31466
Sort vecs before assert to avoid random test failures (#2569)
* Sort language read queries to avoid random test failures

* change sort columns
2022-11-18 20:30:59 -05:00
..
activity.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
actor_language.rs Sort vecs before assert to avoid random test failures (#2569) 2022-11-18 20:30:59 -05:00
comment.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
comment_reply.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
comment_report.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
community.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
community_block.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
email_verification.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
federation_allowlist.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
federation_blocklist.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
instance.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
language.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
local_site.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
local_site_rate_limit.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
local_user.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
mod.rs Moving settings to Database. (#2492) 2022-10-27 09:24:07 +00:00
moderator.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
password_reset_request.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
person.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
person_block.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
person_mention.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
post.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
post_report.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
private_message.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
private_message_report.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
registration_application.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
secret.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00
site.rs Add diesel_async, get rid of blocking function (#2510) 2022-11-09 10:05:00 +00:00