Merge "Add Rocky milestone tag for alembic migration revisions" into stable/train

This commit is contained in:
Zuul 2020-05-15 13:25:06 +00:00 committed by Gerrit Code Review
commit e8ecd1e5d1
1 changed files with 5 additions and 0 deletions

View File

@ -26,10 +26,15 @@ import sqlalchemy as sa
from neutron_lib.db import constants
from neutron.db import migration
# revision identifiers, used by Alembic.
revision = '867d39095bf4'
down_revision = '61663558142c'
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.ROCKY]
def upgrade():
op.create_table(