Merge "Tag the alembic migration revisions for Liberty"

This commit is contained in:
Jenkins 2015-10-11 11:10:08 +00:00 committed by Gerrit Code Review
commit b14eb0a026
2 changed files with 15 additions and 3 deletions

View File

@ -21,11 +21,17 @@ Create Date: 2015-09-23 14:59:15.102609
"""
from alembic import op
from neutron.db import migration
# revision identifiers, used by Alembic.
revision = '3c88bdea3054'
down_revision = '393bf843b96'
from alembic import op
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.LIBERTY]
def upgrade():

View File

@ -21,12 +21,18 @@ Create Date: 2015-08-14 02:04:09.807926
"""
from alembic import op
import sqlalchemy as sa
from neutron.db import migration
# revision identifiers, used by Alembic.
revision = '279b70ac3ae8'
down_revision = '28430956782d'
from alembic import op
import sqlalchemy as sa
# milestone identifier, used by neutron-db-manage
neutron_milestone = [migration.LIBERTY]
def upgrade():