nxtgauge-backend-rust/crates/db/src
Tracewebstudio Dev d29c755899 fix(users): add missing password_hash bind parameter in user create
- INSERT statement had only 4 placeholders but 5 columns specified
- Add  placeholder for password_hash and bind it properly
2026-04-16 10:35:47 +02:00
..
models fix(users): add missing password_hash bind parameter in user create 2026-04-16 10:35:47 +02:00
lib.rs feat: complete rust microservices migration with real db logic 2026-03-17 20:42:51 +01:00