supabase / postgres-meta

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

feat: view and update check constraints #560

Closed alaister closed 1 year ago

alaister commented 1 year ago

What kind of change does this PR introduce?

feature

What is the current behaviour?

Users can create check constraints.

What is the new behaviour?

Users can also view and update check constraints in addition to creating them.

soedirgo commented 1 year ago

npm run test:update should fix the tests (unless the failures are nontrivial)