lemmy/crates/db_schema/src/impls
Dessalines d8722b6e91
Adding diesel enums for SortType and ListingType (#2808)
* Adding diesel enums for SortType and ListingType

- Uses diesel-derive-enum.
- Adds diesel.toml , so we can again use the auto-generated schema.rs
- Fixes a lot of DB null issues and column ordering issues.
- Fixes #1136
- Also replaces RegistrationMode boilerplate.

* Fixing unit tests 1.

* Remove comment line.

* Before patch.

* Before again.

* Using patch file to fix diesel_ltree issue with diesel.toml

* Adding some yalc ignores

* Fixing RegistrationMode enums

* Adding woodpecker diesel schema check.

* Try adding openssl 1.

* Try using diesel-cli image 1

* Try using diesel-cli image 2

* Try using diesel-cli image 3

* Try using diesel-cli image 4

* Try using diesel-cli image 5

* Try using diesel-cli image 6

* Try using diesel-cli image 7

* Try using diesel-cli image 8

* Try using diesel-cli image 9

* Try using diesel-cli image 10

* Try using diesel-cli image 11

* Try using diesel-cli image 12

* Try using diesel-cli image 13
2023-04-17 15:19:51 -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 Leave modded communities on account deletion. Fixes #2560 (#2810) 2023-04-15 19:41:05 -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 Adding diesel enums for SortType and ListingType (#2808) 2023-04-17 15:19:51 -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