We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if you have a rev which has 2 down revs, running tsent alembic -- -1 errors with Ambiguous walk which is confusing
tsent alembic -- -1
Ambiguous walk
it seems the right fix is tsent downgrade current@{one_of_previous_head} and it fixes it.
tsent downgrade current@{one_of_previous_head}
we should automatically do this if possible.
The text was updated successfully, but these errors were encountered:
update downgrade help
7f24377
ran into an issue fix for long term issue: #915
No branches or pull requests
if you have a rev which has 2 down revs, running
tsent alembic -- -1
errors withAmbiguous walk
which is confusingit seems the right fix is
tsent downgrade current@{one_of_previous_head}
and it fixes it.we should automatically do this if possible.
The text was updated successfully, but these errors were encountered: