-
-
Notifications
You must be signed in to change notification settings - Fork 108
add in-transaction for upgrade #296
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
@long2ice hey man, really missing this feature. Any comments maybe? |
@@ -90,11 +90,17 @@ async def migrate(ctx: Context, name): | |||
|
|||
|
|||
@cli.command(help="Upgrade to specified version.") | |||
@click.option( | |||
"--in-transaction", |
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.
What about add -i
also?
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.
added
Also please add the changelog |
@long2ice please, take a look one more time |
Need some format |
Thanks! |
I needed to create index concurrently, but it was impossible because of the transaction. I fixed it