Fixing the migration path so we don't have incorrect branches.

This commit is contained in:
Charlton Austin 2017-03-28 14:51:29 -04:00
parent ca99535774
commit d559dc7b3e

View file

@ -1,7 +1,7 @@
"""back fill build expand_config
Revision ID: a6c463dfb9fe
Revises: e2894a3a3c19
Revises: b4df55dea4b3
Create Date: 2017-03-17 10:00:19.739858
"""
@ -13,7 +13,7 @@ import os
from data.database import RepositoryBuildTrigger
revision = 'a6c463dfb9fe'
down_revision = 'e2894a3a3c19'
down_revision = 'b4df55dea4b3'
from alembic import op