You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
the alembic version is not in the table on a fresh install, meaning if you run alembic upgrade head for the first time it will try to apply every db change even though it is already on the latest version.
Expected behavior
insert alembic version on first run, if it's not there already
The text was updated successfully, but these errors were encountered:
Describe the bug
the alembic version is not in the table on a fresh install, meaning if you run
alembic upgrade head
for the first time it will try to apply every db change even though it is already on the latest version.Expected behavior
insert alembic version on first run, if it's not there already
The text was updated successfully, but these errors were encountered: