Writing · Tag

Articles tagged "postgres-migrations".

1 article on this topic.

Articles tagged "postgres-migrations"

·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.

How a Postgres constraint rename silently broke production via PostgREST: cover image
← All articles