This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/packages/db
Barkley Trimsworth ec9ec11f72 fix: use client ID instead of email for UAT client upsert
The seed script was using schema.clients.email as the onConflictDoUpdate
target, but the database does not have a unique constraint on clients.email.
Since UAT clients use deterministic IDs (e.g., uat-alpha-client-001),
switch to using schema.clients.id as the upsert target.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-30 14:28:05 +00:00
..