Commit
cb60d0bb4e0cc0cba68f59fdf5f4e89d6ec52950 added an expand
migration. Howewer it indicated a contract migration as its
ancestor (
2a16083502f3). As a result the migration was treated
by alembic as a contract one, even if it was defined in the
'expand' directory.
This patch 'rebases' this migration on top of the expand branch
HEAD. This might impact trunk chasers which have already executed
migration
1c844d1677f7 as a part of the contract branch.
Change-Id: I431aa684ccd029c6cff37a7666bb7ce1a7541f9c
1c844d1677f7
-26c371498592
+2a16083502f3
kilo
"""add order to dnsnameservers
Revision ID: 1c844d1677f7
-Revises: 2a16083502f3
+Revises: 26c371498592
Create Date: 2015-07-21 22:59:03.383850
"""
# revision identifiers, used by Alembic.
revision = '1c844d1677f7'
-down_revision = '2a16083502f3'
+down_revision = '26c371498592'
from alembic import op
import sqlalchemy as sa