-
Notifications
You must be signed in to change notification settings - Fork 2.8k
cli: add new flags to generate sql migrations (close #5026) #5039
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
cli: add new flags to generate sql migrations (close #5026) #5039
Conversation
|
Deploy preview for hasura-docs ready! Built with commit 6665b82 |
tirumaraiselvan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CL
|
Review app for commit 1815bea deployed to Heroku: https://hge-ci-pull-5039.herokuapp.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no issues found in self-review
|
Review app for commit e328fee deployed to Heroku: https://hge-ci-pull-5039.herokuapp.com |
|
Review app for commit 4550079 deployed to Heroku: https://hge-ci-pull-5039.herokuapp.com |
|
Review app for commit 224a001 deployed to Heroku: https://hge-ci-pull-5039.herokuapp.com |
kolharsam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted previous suggestions and changed acc. to latest suggestions
|
Review app for commit a61c1ea deployed to Heroku: https://hge-ci-pull-5039.herokuapp.com |
|
Review app for commit 6665b82 deployed to Heroku: https://hge-ci-pull-5039.herokuapp.com |
|
Review app for commit f533cd1 deployed to Heroku: https://hge-ci-pull-5039.herokuapp.com |
|
Review app https://hge-ci-pull-5039.herokuapp.com is deleted |
Description
A new set of flags are added to the
migratecommand on the CLI. Theup-sqlanddown-sqlflags can be used to create SQL migrations from the CLI. These flags are to be used in conjunction. Either being absent during execution results in an error.Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR. If no changelog is required, then add theno-changelog-requiredlabel.Affected components
Related Issues
resolves #5026
Breaking changes