Merge "Fix branch in db migration scripts"

This commit is contained in:
Jenkins 2013-06-05 07:46:53 +00:00 committed by Gerrit Code Review
commit 6e5bf4836b
2 changed files with 4 additions and 4 deletions

View File

@ -18,14 +18,14 @@
"""ext_gw_mode
Revision ID: 128e042a2b68
Revises: 176a85fc7d79
Revises: 32b517556ec9
Create Date: 2013-03-27 00:35:17.323280
"""
# revision identifiers, used by Alembic.
revision = '128e042a2b68'
down_revision = '176a85fc7d79'
down_revision = '32b517556ec9'
# Change to ['*'] if this migration applies to all plugins

View File

@ -18,14 +18,14 @@
"""ml2_initial
Revision ID: 5ac71e65402c
Revises: 32b517556ec9
Revises: 128e042a2b68
Create Date: 2013-05-27 16:08:40.853821
"""
# revision identifiers, used by Alembic.
revision = '5ac71e65402c'
down_revision = '32b517556ec9'
down_revision = '128e042a2b68'
# Change to ['*'] if this migration applies to all plugins