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