set down_revision to the correct migration
This commit is contained in:
parent
811a1c7ba8
commit
1c5332531c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from sqlalchemy.sql.functions import now
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = 'bdb4b7a2e88b'
|
revision = 'bdb4b7a2e88b'
|
||||||
down_revision = 'a23fe2f1515c'
|
down_revision = '5195118d6a51'
|
||||||
branch_labels = None
|
branch_labels = None
|
||||||
depends_on = None
|
depends_on = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue