Update migrations after rebase

This commit is contained in:
leigh-mil 2019-02-26 15:44:59 -05:00
parent b07ab6d1b4
commit 113cc5c0a4

View File

@ -1,7 +1,7 @@
"""Update LOA to Array Type """Update LOA to Array Type
Revision ID: db161adbafdf Revision ID: db161adbafdf
Revises: fa3ba4049218 Revises: fb22e47972a3
Create Date: 2019-02-15 14:28:33.181136 Create Date: 2019-02-15 14:28:33.181136
""" """
@ -11,7 +11,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = 'db161adbafdf' revision = 'db161adbafdf'
down_revision = 'fa3ba4049218' down_revision = 'fb22e47972a3'
branch_labels = None branch_labels = None
depends_on = None depends_on = None