Merge pull request #2480 from charltonaustin/fix_migration_path
fix(data): fix branching migration path
This commit is contained in:
commit
64cd139552
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue