lemmy/crates/db_schema/src
Dessalines bb82e5dd43
Register users in a transaction. (#5480)
* Register users in a transaction.

- Fixes #5477

* Removing transactions from language code.

* Replace build_transactions with async transactions.

* Forgot one transaction.
2025-03-11 10:39:48 +01:00
..
impls Register users in a transaction. (#5480) 2025-03-11 10:39:48 +01:00
schema_setup Add custom migration runner, forbid some diesel migration commands, fix old migrations (#4673) 2025-01-08 11:07:32 +01:00
source Adding pagination for GetBannedPersons (#5428) 2025-03-11 09:41:02 +01:00
utils Prevent incorrectly using delete instead of uplete (#5331) 2025-01-21 09:52:18 -05:00
diesel_ltree.patch Adding a post_view mode. Fixes #3730 (#3731) 2023-08-31 09:01:08 -04:00
lib.rs Remove aggregate tables (fixes #4869) (#5407) 2025-03-06 16:18:41 +01:00
newtypes.rs Extracting pagination cursor utils into a trait. (#5424) 2025-03-04 13:00:18 -05:00
schema.rs Remove aggregate tables (fixes #4869) (#5407) 2025-03-06 16:18:41 +01:00
schema_setup.rs Only print migration output when running migrate command (#5363) 2025-01-29 13:51:23 -05:00
sensitive.rs Upgrading ts_rs to 10.0.0 (#5163) 2024-11-06 15:50:13 +01:00
traits.rs Extracting pagination cursor utils into a trait. (#5424) 2025-03-04 13:00:18 -05:00
utils.rs Adding pagination for GetBannedPersons (#5428) 2025-03-11 09:41:02 +01:00