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
Describe the bug
https://alembic.sqlalchemy.org/en/latest/front.html#installation says
/path/to/your/project/.venv/bin/alembic init .
Expected behavior
It should be
/path/to/your/project/.venv/bin/alembic init alembic
To Reproduce
Follow the installation instructions as on the page.
Error
FAILED: Directory . already exists and is not empty
Versions.
Additional context
https://alembic.sqlalchemy.org/en/latest/tutorial.html has it correctly
$ alembic init alembic
Yeah and there's a dot after Versions in this template.
Have a nice day!
The text was updated successfully, but these errors were encountered:
Hi,
Indeed, thanks for reporting
Sorry, something went wrong.
7a0af05
No branches or pull requests
Describe the bug
https://alembic.sqlalchemy.org/en/latest/front.html#installation says
Expected behavior
It should be
To Reproduce
Follow the installation instructions as on the page.
Error
Versions.
Additional context
https://alembic.sqlalchemy.org/en/latest/tutorial.html has it correctly
Yeah and there's a dot after Versions in this template.
Have a nice day!
The text was updated successfully, but these errors were encountered: