Fixing the migration path so we don't have incorrect branches.
This commit is contained in:
parent
ca99535774
commit
d559dc7b3e
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