Merge "Tag the alembic migration revisions for Mitaka"
commit
9360989a30
|
@ -29,7 +29,7 @@ down_revision = 'kilo'
|
|||
branch_labels = (cli.CONTRACT_BRANCH,)
|
||||
|
||||
# milestone identifier, used by neutron-db-manage
|
||||
neutron_milestone = [migration.LIBERTY]
|
||||
neutron_milestone = [migration.LIBERTY, migration.MITAKA]
|
||||
|
||||
|
||||
def upgrade():
|
||||
|
|
|
@ -29,7 +29,7 @@ down_revision = 'kilo'
|
|||
branch_labels = (cli.EXPAND_BRANCH,)
|
||||
|
||||
# milestone identifier, used by neutron-db-manage
|
||||
neutron_milestone = [migration.LIBERTY]
|
||||
neutron_milestone = [migration.LIBERTY, migration.MITAKA]
|
||||
|
||||
|
||||
def upgrade():
|
||||
|
|
Loading…
Reference in New Issue