nxtgauge-backend-rust/crates/db/src
Tracewebstudio Dev 3432d67cc4 fix(auth): remove phone from INSERT and User struct since column doesn't exist
- Remove phone from INSERT INTO users (users table has no phone column)
- Remove phone from User struct and CreateUserPayload
- Return null for phone in API responses
- Keep phone field in RegisterPayload for backward compat (just not persisted)
2026-04-13 20:15:32 +02:00
..
models fix(auth): remove phone from INSERT and User struct since column doesn't exist 2026-04-13 20:15:32 +02:00
lib.rs feat: complete rust microservices migration with real db logic 2026-03-17 20:42:51 +01:00