- Shipped
- August 19, 2026 at 2:13 AM UTC
- Author
- Kamo
- Commit
- 88c101a
This service creates leads through LeadService, so it hit the same failure as /leads/new: on a mortgage market Hibernate 6.2 emitted "insert into leads (...) returning lead_id" against a table whose id column is UID, and every such lead died on ERROR: column "lead_id" does not exist. Fixed in kamo-shared-library 25140e0 by generating the id before the insert. CI builds the library from source on each run, so an empty commit is all this needs to pick the fix up. No code change here.