Merge "Add DB migration milestone for Ocata"
This commit is contained in:
commit
02e6dff51a
@ -35,7 +35,7 @@ from neutron.db import migration
|
||||
_INSPECTOR = None
|
||||
|
||||
# milestone identifier, used by neutron-db-manage
|
||||
neutron_milestone = [migration.NEWTON]
|
||||
neutron_milestone = [migration.NEWTON, migration.OCATA]
|
||||
|
||||
|
||||
def get_inspector():
|
||||
|
@ -31,7 +31,7 @@ import sqlalchemy as sa
|
||||
|
||||
|
||||
# milestone identifier, used by neutron-db-manage
|
||||
neutron_milestone = [migration.NEWTON]
|
||||
neutron_milestone = [migration.NEWTON, migration.OCATA]
|
||||
|
||||
|
||||
def upgrade():
|
||||
|
Loading…
x
Reference in New Issue
Block a user