fix: Resolve issue with migration order
This commit is contained in:
parent
00697c4491
commit
7de3356b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import sqlalchemy as sa
|
|||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision: str = "1a58b986e6e1"
|
||||
down_revision: Union[str, None] = "46a6ce2bd2b2"
|
||||
down_revision: Union[str, None] = "e1ec1dcb50b6"
|
||||
branch_labels: Union[str, Sequence[str], None] = None
|
||||
depends_on: Union[str, Sequence[str], None] = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue