set down_revision to the correct migration
This commit is contained in:
parent
6b880dc539
commit
3d34116816
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 = '1ffc63ebd8bc'
|
revision = '1ffc63ebd8bc'
|
||||||
down_revision = '7ae4658467d7'
|
down_revision = 'bdb4b7a2e88b'
|
||||||
branch_labels = None
|
branch_labels = None
|
||||||
depends_on = None
|
depends_on = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue