barycenter/migration/src
Till Wegmueller dd3dd4ef31
fix: Rename device_code table to device_codes
The DeriveIden macro converted DeviceCode to device_code (singular),
but the SeaORM entity expects device_codes (plural). Adds a migration
to rename the table so queries match.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 18:02:22 +01:00
..
lib.rs fix: Rename device_code table to device_codes 2026-02-22 18:02:22 +01:00
m20250101_000001_initial_schema.rs feat: migrate from raw SQL to SeaORM migrations 2025-12-02 21:42:58 +01:00
m20250107_000001_add_passkeys.rs WIP Passkey implementation. Needs fixing storage.rs and more tests 2025-12-07 13:18:22 +01:00
m20250107_000002_extend_sessions_users.rs WIP Passkey implementation. Needs fixing storage.rs and more tests 2025-12-07 13:18:22 +01:00
m20250108_000001_add_consent_table.rs format code 2026-01-06 16:50:22 +01:00
m20250109_000001_add_device_codes.rs Implement device flow and client autoregistration 2026-01-06 22:24:09 +01:00
m20250222_000001_rename_device_code_table.rs fix: Rename device_code table to device_codes 2026-02-22 18:02:22 +01:00