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
will help with #314
The text was updated successfully, but these errors were encountered:
if you have made multiple changes in different branches and want to see what's happening
need to go to main and run docker-compose -f docker-compose.dev.yml run --rm app tsent alembic history
main
docker-compose -f docker-compose.dev.yml run --rm app tsent alembic history
get base, reset back to base (by running update alembic_version set version_num = 'base' ) and then upgrade
update alembic_version set version_num = 'base'
Sorry, something went wrong.
above wasn't enough when a new non-null column was added to an existing table. needed to make that null too
Successfully merging a pull request may close this issue.
will help with #314
The text was updated successfully, but these errors were encountered: