fix: resolve alembic multiple head revisions by fixing migration tree
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m9s

This commit is contained in:
2026-05-17 18:02:02 +02:00
parent 4ec39a42a8
commit f6818924b1

View File

@@ -14,7 +14,7 @@ import sqlalchemy as sa
# revision identifiers
revision = "d4a1f8e2b3c7"
down_revision = "cb71a958ad92"
down_revision = "006"
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None