Writing · Tag
Articles tagged "postgrest".
1 article on this topic.
Articles tagged "postgrest"
·7 min read · supabase , postgrest , postgres
How a Postgres constraint rename silently broke production via PostgREST
PostgREST's `.upsert({ onConflict: 'name' })` resolves against your real constraint name. Rename the constraint and the upsert silently fails.