Merge pull request #2480 from charltonaustin/fix_migration_path

fix(data): fix branching migration path
This commit is contained in:
Charlton Austin 2017-03-28 14:57:33 -04:00 committed by GitHub
commit 64cd139552

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