fix: Resolve issues with migration
This commit is contained in:
parent
72dae0f79a
commit
3bc3f63362
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] = "211ab850ef3d"
|
||||
down_revision: Union[str, None] = "46a6ce2bd2b2"
|
||||
branch_labels: Union[str, Sequence[str], None] = None
|
||||
depends_on: Union[str, Sequence[str], None] = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue