Closed naglepuff closed 2 months ago
PR #1359 and PR #1379 introduced alembic migration files with the same down_revision. This left the migration tree for the postgres database in a state with multiple heads, which results in the backend failing to be able to start correctly.
down_revision
PR #1359 and PR #1379 introduced alembic migration files with the same
down_revision
. This left the migration tree for the postgres database in a state with multiple heads, which results in the backend failing to be able to start correctly.