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:
Gary Kotton 2018-02-09 07:05:42 +02:00
parent 6b19f198ca
commit 27346e9675
1 changed files with 5 additions and 0 deletions

View File

@ -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(