From f739d2d20ff23d9e01950951bf6462ece7a8789d Mon Sep 17 00:00:00 2001 From: Montana Date: Tue, 26 Feb 2019 11:34:53 -0500 Subject: [PATCH] Update migration pointer to account for rebase --- .../ec1ba2363191_move_defense_component_to_portfolio_.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alembic/versions/ec1ba2363191_move_defense_component_to_portfolio_.py b/alembic/versions/ec1ba2363191_move_defense_component_to_portfolio_.py index 8b84ea53..83710195 100644 --- a/alembic/versions/ec1ba2363191_move_defense_component_to_portfolio_.py +++ b/alembic/versions/ec1ba2363191_move_defense_component_to_portfolio_.py @@ -1,7 +1,7 @@ """Move defense component to Portfolio level Revision ID: ec1ba2363191 -Revises: fa3ba4049218 +Revises: fb22e47972a3 Create Date: 2019-02-22 14:43:49.408446 """ @@ -12,7 +12,7 @@ from sqlalchemy.sql import text # revision identifiers, used by Alembic. revision = 'ec1ba2363191' -down_revision = 'fa3ba4049218' +down_revision = 'fb22e47972a3' branch_labels = None depends_on = None