fix version transfer migration

This commit is contained in:
Cayo Puigdefabregas 2022-06-01 16:47:40 +02:00
parent 29ef48c5b2
commit 5fc3056907
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
"""transfer """transfer
Revision ID: 054a3aea9f08 Revision ID: 054a3aea9f08
Revises: 8571fb32c912 Revises: 926865284103
Create Date: 2022-05-27 11:07:18.245322 Create Date: 2022-05-27 11:07:18.245322
""" """
@ -14,7 +14,7 @@ from sqlalchemy.dialects import postgresql
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '054a3aea9f08' revision = '054a3aea9f08'
down_revision = '8571fb32c912' down_revision = '926865284103'
branch_labels = None branch_labels = None
depends_on = None depends_on = None