-
Notifications
You must be signed in to change notification settings - Fork 2.8k
console: add option to flag an insertion as a migration (close #1766) #4993
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
console: add option to flag an insertion as a migration (close #1766) #4993
Conversation
|
Review app for commit 5bee8e3 deployed to Heroku: https://hge-ci-pull-4993.herokuapp.com |
|
Review app for commit b4b3dc1 deployed to Heroku: https://hge-ci-pull-4993.herokuapp.com |
|
Deploy preview for hasura-docs ready! Built with commit 477f6ee |
|
Review app for commit 99307e3 deployed to Heroku: https://hge-ci-pull-4993.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.
self-review notes
console/src/components/Services/Data/TableInsertItem/InsertActions.js
Outdated
Show resolved
Hide resolved
|
Review app for commit 043992d deployed to Heroku: https://hge-ci-pull-4993.herokuapp.com |
|
Review app for commit f6cc182 deployed to Heroku: https://hge-ci-pull-4993.herokuapp.com |
beerose
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.
Console
|
Review app for commit 8aa0e23 deployed to Heroku: https://hge-ci-pull-4993.herokuapp.com |
|
Review app for commit b9ebdf2 deployed to Heroku: https://hge-ci-pull-4993.herokuapp.com |
* add edit item as migration base * Migrationcheckbox in Edit Rows * Migration Checkbox for Edit Rows * Migration checkbox for edit rows * Lint format checks * correct for lint error
closes #1766
Description
This PR includes a checkbox that a user could check to indicate that the current insertion is also a migration
Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR. If no changelog is required, then add theno-changelog-requiredlabel.Affected components
Solution and Design
A checkbox has been added to the "Insert Row" section of the
Schemapage.Steps to test and verify
Start the
consoleinclimode and try inserting data into tables.Limitations, known bugs & workarounds
Fixed this issue.
I found this issue when trying to check the

This is a Migrationbox when the contents have been cleared, but reappear as soon as the checkbox is toggledBreaking changes