Tag the alembic migration revisions for Queens
This allows the database to be upgraded with the command: neutron-db-manage upgrade queens Change-Id: I46f9b1feb0f55012e85a8d18cb5c803eacb3fd1d
This commit is contained in:
parent
6b19f198ca
commit
27346e9675
@ -29,6 +29,11 @@ import sqlalchemy as sa
|
||||
|
||||
from neutron_lib.db import constants as db_const
|
||||
|
||||
from neutron.db import migration
|
||||
|
||||
# milestone identifier, used by neutron-db-manage
|
||||
neutron_milestone = [migration.QUEENS]
|
||||
|
||||
|
||||
def upgrade():
|
||||
op.create_table(
|
||||
|
Loading…
Reference in New Issue
Block a user