lemmy/crates/db_schema/src/source
dullbananas 79e6dbf0de
Remove PersonInsertForm builder (#4779)
* Update session_middleware.rs

* Update private_message_report_view.rs

* Update session_middleware.rs

* Update private_message_view.rs

* Update private_message.rs

* Update registration_application_view.rs

* Update actor_language.rs

* Update vote_view.rs

* Update code_migrations.rs

* Update comment_aggregates.rs

* Update person_view.rs

* Update user_settings_backup.rs

* Update person.rs

* Update create.rs

* Update comment_view.rs

* Update moderator.rs

* Update site_aggregates.rs

* Update claims.rs

* Update community_aggregates.rs

* Update post_report.rs

* Update person_mention_view.rs

* Update community_view.rs

* Update comment_report_view.rs

* Update post_report_view.rs

* Update community_moderators.rs

* Update comment.rs

* Update person_aggregates.rs

* Update comment_reply_view.rs

* Update password_reset_request.rs

* Update post_aggregates.rs

* Update community.rs

* Update main.rs

* Update post.rs

* Update person.rs

* Update person.rs

* Update claims.rs

* Update person.rs

* Update create.rs

* Update user_settings_backup.rs

* Update community_moderators.rs

* Update main.rs

* Update comment_aggregates.rs

* Update community_aggregates.rs

* Update person.rs

* Update Cargo.toml

* Update Cargo.toml

* Update person.rs

* fix

* Update code_migrations.rs

* fix submodule

* Update person.rs
2024-06-06 08:29:18 -04:00
..
activity.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
actor_language.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
captcha_answer.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
comment.rs Configure max comment width in clippy (#4738) 2024-05-23 08:46:26 -04:00
comment_reply.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
comment_report.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
community.rs Mark database fields as sensitive so they dont show up in logs (#4720) 2024-05-16 20:41:57 -04:00
community_block.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
custom_emoji.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
custom_emoji_keyword.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
email_verification.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
federation_allowlist.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
federation_blocklist.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
federation_queue_state.rs Adding skip_serializing_none to federation state. (#4152) 2023-11-14 08:20:44 -05:00
image_upload.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
images.rs Fixing proxy images (#4722) 2024-05-22 10:28:47 +02:00
instance.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
instance_block.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
language.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
local_site.rs Adding an instance-level default_sort_type (#4454) 2024-02-16 09:36:46 -05:00
local_site_rate_limit.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
local_site_url_blocklist.rs Add a blocklist for URLs. (#4515) 2024-03-15 07:03:29 -04:00
local_user.rs Configure max comment width in clippy (#4738) 2024-05-23 08:46:26 -04:00
local_user_language.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
local_user_vote_display_mode.rs Add a vote_display_mode local_user setting. (#4450) 2024-03-13 12:10:58 -04:00
login_token.rs Mark database fields as sensitive so they dont show up in logs (#4720) 2024-05-16 20:41:57 -04:00
mod.rs Configure max comment width in clippy (#4738) 2024-05-23 08:46:26 -04:00
moderator.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
password_reset_request.rs Mark database fields as sensitive so they dont show up in logs (#4720) 2024-05-16 20:41:57 -04:00
person.rs Remove PersonInsertForm builder (#4779) 2024-06-06 08:29:18 -04:00
person_block.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
person_mention.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
post.rs Add alt_text for posts. Fixes #1086 (#4477) 2024-03-05 11:34:57 +01:00
post_report.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
private_message.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
private_message_report.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
registration_application.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00
secret.rs Mark database fields as sensitive so they dont show up in logs (#4720) 2024-05-16 20:41:57 -04:00
site.rs Configure max comment width in clippy (#4738) 2024-05-23 08:46:26 -04:00
tagline.rs Adding Selectable and diesel postgres backend check. (#4175) 2023-11-21 08:42:28 -05:00