fix: resolve alembic multiple head revisions by fixing migration tree
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m9s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m9s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user