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

alembic merge heads support #316

Closed
lolopinto opened this issue May 18, 2021 · 2 comments · Fixed by #546
Closed

alembic merge heads support #316

lolopinto opened this issue May 18, 2021 · 2 comments · Fixed by #546

Comments

@lolopinto
Copy link
Owner

will help with #314

@lolopinto
Copy link
Owner Author

lolopinto commented Sep 30, 2021

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

get base, reset back to base (by running update alembic_version set version_num = 'base' ) and then upgrade

@lolopinto
Copy link
Owner Author

above wasn't enough when a new non-null column was added to an existing table. needed to make that null too

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 a pull request may close this issue.

1 participant