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_schema/src/source
dullbananas 8e2cbc9a0f
Remove id column and use different primary key on some tables (#4093)
* post_saved

* fmt

* remove unique and not null

* put person_id first in primary key and remove index

* use post_saved.find

* change captcha_answer

* remove removal of not null

* comment_aggregates

* comment_like

* comment_saved

* aggregates

* remove "\"

* deduplicate site_aggregates

* person_post_aggregates

* community_moderator

* community_block

* community_person_ban

* custom_emoji_keyword

* federation allow/block list

* federation_queue_state

* instance_block

* local_site_rate_limit, local_user_language, login_token

* person_ban, person_block, person_follower, post_like, post_read, received_activity

* community_follower, community_language, site_language

* fmt

* image_upload

* remove unused newtypes

* remove more indexes

* use .find

* merge

* fix site_aggregates_site function

* fmt

* Primary keys dess (#17)

* Also order reports by oldest first (ref #4123) (#4129)

* Support signed fetch for federation (fixes #868) (#4125)

* Support signed fetch for federation (fixes #868)

* taplo

* add federation queue state to get_federated_instances api (#4104)

* add federation queue state to get_federated_instances api

* feature gate

* move retry sleep function

* move stuff around

* Add UI setting for collapsing bot comments. Fixes #3838 (#4098)

* Add UI setting for collapsing bot comments. Fixes #3838

* Fixing clippy check.

* Only keep sent and received activities for 7 days (fixes #4113, fixes #4110) (#4131)

* Only check auth secure on release mode. (#4127)

* Only check auth secure on release mode.

* Fixing wrong js-client.

* Adding is_debug_mode var.

* Fixing the desktop image on the README. (#4135)

* Delete dupes and add possibly missing unique constraint on person_aggregates.

* Fixing clippy lints.

---------

Co-authored-by: Nutomic <me@nutomic.com>
Co-authored-by: phiresky <phireskyde+git@gmail.com>

* fmt

* Update community_block.rs

* Update instance_block.rs

* Update person_block.rs

* Update person_block.rs

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: Nutomic <me@nutomic.com>
Co-authored-by: phiresky <phireskyde+git@gmail.com>
7 months ago
..
activity.rs add federation queue state to get_federated_instances api (#4104) 7 months ago
actor_language.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
captcha_answer.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
comment.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
comment_reply.rs Fix time zone handling (#3496) 9 months ago
comment_report.rs Fix time zone handling (#3496) 9 months ago
community.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
community_block.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
custom_emoji.rs Fix time zone handling (#3496) 9 months ago
custom_emoji_keyword.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
email_verification.rs Fix time zone handling (#3496) 9 months ago
federation_allowlist.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
federation_blocklist.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
federation_queue_state.rs add federation queue state to get_federated_instances api (#4104) 7 months ago
image_upload.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
instance.rs Persistent, performant, reliable federation queue (#3605) 9 months ago
instance_block.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
language.rs Adding comments to all API related types. Fixes #2846 (#2848) 1 year ago
local_site.rs Support signed fetch for federation (fixes #868) (#4125) 7 months ago
local_site_rate_limit.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
local_user.rs Add UI setting for collapsing bot comments. Fixes #3838 (#4098) 7 months ago
local_user_language.rs Diesel 2.0.0 upgrade (#2452) 2 years ago
login_token.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
mod.rs add federation queue state to get_federated_instances api (#4104) 7 months ago
moderator.rs Handle invalid ban expires values (fixes #4045) (#4046) 8 months ago
password_reset_request.rs Fix time zone handling (#3496) 9 months ago
person.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
person_block.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
person_mention.rs Fix time zone handling (#3496) 9 months ago
post.rs Remove id column and use different primary key on some tables (#4093) 7 months ago
post_report.rs Fix time zone handling (#3496) 9 months ago
private_message.rs Fix time zone handling (#3496) 9 months ago
private_message_report.rs Fix time zone handling (#3496) 9 months ago
registration_application.rs Fix time zone handling (#3496) 9 months ago
secret.rs Diesel 2.0.0 upgrade (#2452) 2 years ago
site.rs Fix time zone handling (#3496) 9 months ago
tagline.rs Fix time zone handling (#3496) 9 months ago