Writing · Tag

Articles tagged "postgres-migrations".

1 article on this topic.

Articles tagged "postgres-migrations"

·6 min read · supabase , postgrest , postgres

How a Postgres constraint rename silently broke production via PostgREST

PostgREST resolves onConflict against real constraint names at runtime. Rename a constraint and the upsert silently fails with a 400 nobody notices.

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