Merge "Tag the alembic migration revisions for Liberty"
This commit is contained in:
commit
b14eb0a026
@ -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 identifiers, used by Alembic.
|
||||||
revision = '3c88bdea3054'
|
revision = '3c88bdea3054'
|
||||||
down_revision = '393bf843b96'
|
down_revision = '393bf843b96'
|
||||||
|
|
||||||
from alembic import op
|
# milestone identifier, used by neutron-db-manage
|
||||||
|
neutron_milestone = [migration.LIBERTY]
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
|
@ -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 identifiers, used by Alembic.
|
||||||
revision = '279b70ac3ae8'
|
revision = '279b70ac3ae8'
|
||||||
down_revision = '28430956782d'
|
down_revision = '28430956782d'
|
||||||
|
|
||||||
from alembic import op
|
# milestone identifier, used by neutron-db-manage
|
||||||
import sqlalchemy as sa
|
neutron_milestone = [migration.LIBERTY]
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user