Merge "Move db migration of ml2 security groups to havana"

This commit is contained in:
Jenkins 2014-03-03 19:36:22 +00:00 committed by Gerrit Code Review
commit 119dc8091a
3 changed files with 6 additions and 6 deletions

View File

@ -18,14 +18,14 @@
"""security_groups
Revision ID: 49f5e553f61f
Revises: ed93525fd003
Revises: 27ef74513d33
Create Date: 2013-12-21 19:58:17.071412
"""
# revision identifiers, used by Alembic.
revision = '49f5e553f61f'
down_revision = 'ed93525fd003'
down_revision = '27ef74513d33'
# Change to ['*'] if this migration applies to all plugins

View File

@ -18,14 +18,14 @@
"""ryu plugin quota
Revision ID: 8f682276ee4
Revises: 49f5e553f61f
Revises: ed93525fd003
Create Date: 2014-01-07 15:47:17.349425
"""
# revision identifiers, used by Alembic.
revision = '8f682276ee4'
down_revision = '49f5e553f61f'
down_revision = 'ed93525fd003'
# Change to ['*'] if this migration applies to all plugins

View File

@ -18,14 +18,14 @@
"""havana
Revision ID: havana
Revises: 1341ed32cc1e
Revises: 49f5e553f61f
Create Date: 2013-10-02 00:00:00.000000
"""
# revision identifiers, used by Alembic.
revision = 'havana'
down_revision = '27ef74513d33'
down_revision = '49f5e553f61f'
# Change to ['*'] if this migration applies to all plugins