Merge "Tag the alembic migration revisions for Queens"

This commit is contained in:
Zuul 2018-02-15 10:16:45 +00:00 committed by Gerrit Code Review
commit f9d6f91652
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@ down_revision = '4cf8bc3edb66'
from alembic import op
import sqlalchemy as sa
from neutron.db import migration
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.QUEENS]
def upgrade():
op.alter_column('bgp_speakers', 'local_as', nullable=False,