-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add bigint to frequently used column (close #3524) #3669
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
|
Beep boop! 🤖 Hey @ashishra0, thanks for your PR! One of my human friends will review this PR and get back to you as soon as possible. Stay awesome! 😎 |
|
Deploy preview for hasura-docs ready! Built with commit 8e537c4 |
|
Review app for commit 24357e3 deployed to Heroku: https://hge-ci-pull-3669.herokuapp.com |
rikinsk
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.
@ashishra0 The cli change in cli/commands/migrate_test.go doesn't seem to be relevant to this PR. Can we revert it?
|
@ashishra0 Your branch is not up-to-date with master. Hence the CLI change. Merge master into your branch. |
|
Beep boop! 🤖 Awesome work @ashishra0! All of us at Hasura ❤️ what you did. Thanks again 🤗 |
|
Review app https://hge-ci-pull-3669.herokuapp.com is deleted |
|
Review app for commit 8e537c4 deployed to Heroku: https://hge-ci-pull-3669.herokuapp.com |
Description
Add a new option
bigintforidto choose in frequently used column in the console.Affected components
Related Issues
#3524
Solution and Design
Instead of completely removing
integeras one of the options forid, The solution was fixed by adding bigint as another option to choose from the list of frequently used columns.