ec9ec11f72
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>