-
Notifications
You must be signed in to change notification settings - Fork 2.8k
allow setting check constraints on existing tables from console #3383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Deploy preview for hasura-docs ready! Built with commit 6609f21 |
|
Review app for commit e4bbc8e deployed to Heroku: https://hge-ci-pull-3383.herokuapp.com |
|
@wawhal Currently I need to define the check as |
|
Review app for commit 2d9991c deployed to Heroku: https://hge-ci-pull-3383.herokuapp.com |
|
Review app for commit 3a02c9c deployed to Heroku: https://hge-ci-pull-3383.herokuapp.com |
|
Review app for commit 7eef4b5 deployed to Heroku: https://hge-ci-pull-3383.herokuapp.com |
|
Review app for commit 85a6ddc deployed to Heroku: https://hge-ci-pull-3383.herokuapp.com |
|
Review app for commit 266286c deployed to Heroku: https://hge-ci-pull-3383.herokuapp.com |
This reverts commit 3a02c9c.
|
Review app for commit 6609f21 deployed to Heroku: https://hge-ci-pull-3383.herokuapp.com |
|
Review app https://hge-ci-pull-3383.herokuapp.com is deleted |
allow setting check constraints on existing tables from console (hasura#3383)
Description
Affected components
Related Issues
#1700
Solution and Design
Server checklist
Catalog upgrade
Does this PR change Hasura Catalog version?
Metadata
Does this PR add a new Metadata feature?
run_sqlauto manages the new metadata through schema diffing?run_sqlauto manages the definitions of metadata on renaming?export_metadata/replace_metadatasupports the new metadata added?GraphQL
Breaking changes
No Breaking changes
There are breaking changes:
Metadata API
Existing
querytypes:argspayload which is not backward compatibleJSONschemaGraphQL API
Schema Generation:
NamedTypeSchema Resolve:-
nullvalue for any input fieldsLogging
JSONschema has changedtypenames have changedSteps to test and verify
Limitations, known bugs & workarounds