fix migration chain

This commit is contained in:
dandds 2019-01-08 16:51:27 -05:00
parent ccd75bcaca
commit b4799b54eb

View File

@ -1,7 +1,7 @@
"""add officers to task order """add officers to task order
Revision ID: 71cbe76c3b87 Revision ID: 71cbe76c3b87
Revises: 6172ac7b8b26 Revises: 91bd9482ce23
Create Date: 2019-01-04 10:16:50.062349 Create Date: 2019-01-04 10:16:50.062349
""" """
@ -11,7 +11,7 @@ from sqlalchemy.dialects import postgresql
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '71cbe76c3b87' revision = '71cbe76c3b87'
down_revision = '6172ac7b8b26' down_revision = '91bd9482ce23'
branch_labels = None branch_labels = None
depends_on = None depends_on = None