supabase / postgres-meta

A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries
https://supabase.com
Apache License 2.0
925 stars 125 forks source link

fix: allow deletion of check constraints #569

Closed alaister closed 1 year ago

alaister commented 1 year ago

What kind of change does this PR introduce?

Bug fix

What is the current behaviour?

You get an error if you send null in the check field when updating a column.

What is the new behaviour?

Can delete check constraints as expected.