From c1f99389e1bf914434d23f54928400d11e980226 Mon Sep 17 00:00:00 2001 From: dandds Date: Mon, 17 Sep 2018 16:58:45 -0400 Subject: [PATCH] resolve migration chain --- .../4f4defb7b440_add_expiration_date_to_task_order.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alembic/versions/4f4defb7b440_add_expiration_date_to_task_order.py b/alembic/versions/4f4defb7b440_add_expiration_date_to_task_order.py index 86f3e5d2..09468d5c 100644 --- a/alembic/versions/4f4defb7b440_add_expiration_date_to_task_order.py +++ b/alembic/versions/4f4defb7b440_add_expiration_date_to_task_order.py @@ -1,7 +1,7 @@ """add expiration date to task order Revision ID: 4f4defb7b440 -Revises: 2572be7fb7fc +Revises: 4c425f17bfe8 Create Date: 2018-09-17 15:22:33.240310 """ @@ -11,7 +11,7 @@ import sqlalchemy as sa # revision identifiers, used by Alembic. revision = '4f4defb7b440' -down_revision = '2572be7fb7fc' +down_revision = '4c425f17bfe8' branch_labels = None depends_on = None