Skip to content
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

add in-transaction for upgrade #296

Merged
merged 5 commits into from
May 5, 2023
Merged

Conversation

evstratbg
Copy link
Contributor

I needed to create index concurrently, but it was impossible because of the transaction. I fixed it

@evstratbg
Copy link
Contributor Author

@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",
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

@long2ice
Copy link
Member

Also please add the changelog

@evstratbg
Copy link
Contributor Author

@long2ice please, take a look one more time

@long2ice
Copy link
Member

long2ice commented May 4, 2023

Need some format

@long2ice long2ice merged commit dbc0d9e into tortoise:dev May 5, 2023
@long2ice
Copy link
Member

long2ice commented May 5, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants