Fix merge conflict for db migration

This commit is contained in:
Rebecca Law
2017-11-20 17:05:46 +00:00
parent 785763a172
commit 1bfc22bbb5

View File

@@ -1,7 +1,7 @@
""" """
Revision ID: 0142_remove_reply_to Revision ID: 0143_remove_reply_to
Revises: 0141_remove_unused Revises: 0142_validate_constraint
Create Date: 2017-11-20 14:35:16.826398 Create Date: 2017-11-20 14:35:16.826398
""" """
@@ -9,8 +9,8 @@ from alembic import op
import sqlalchemy as sa import sqlalchemy as sa
revision = '0142_remove_reply_to' revision = '0143_remove_reply_to'
down_revision = '0141_remove_unused' down_revision = '0142_validate_constraint'
def upgrade(): def upgrade():