From 0ac61eebcd5c1e42a72045e50a7b150fa05c3eb7 Mon Sep 17 00:00:00 2001 From: Sean Rumsby Date: Mon, 22 Apr 2019 08:51:39 -0700 Subject: [PATCH] Fixed migrations to work with upstream changes --- api/migrations/versions/5b0e8d74bcb8_.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/migrations/versions/5b0e8d74bcb8_.py b/api/migrations/versions/5b0e8d74bcb8_.py index f359b142e..af795937d 100644 --- a/api/migrations/versions/5b0e8d74bcb8_.py +++ b/api/migrations/versions/5b0e8d74bcb8_.py @@ -1,7 +1,7 @@ """empty message Revision ID: 5b0e8d74bcb8 -Revises: c6e752f35c56 +Revises: 3a98e5395000 Create Date: 2019-04-16 14:16:01.939275 """ @@ -11,7 +11,7 @@ # revision identifiers, used by Alembic. revision = '5b0e8d74bcb8' -down_revision = 'c6e752f35c56' +down_revision = '3a98e5395000' branch_labels = None depends_on = None