]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix branch in db migration scripts
authorJian Wen <jian.wen@canonical.com>
Sun, 2 Jun 2013 01:13:22 +0000 (09:13 +0800)
committerJian Wen <jian.wen@canonical.com>
Sun, 2 Jun 2013 01:14:41 +0000 (09:14 +0800)
Fixes bug 1186113

Change-Id: I1ab661a8767004489226c8107b84fef05a3e34cc

quantum/db/migration/alembic_migrations/versions/128e042a2b68_ext_gw_mode.py
quantum/db/migration/alembic_migrations/versions/5ac71e65402c_ml2_initial.py

index 67fa20b8bc0ec25490c88c930b0f3d6437b9124d..b421e62c0b6081580039a1b8a5cab4d187b5d561 100644 (file)
 """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
 
index 6fb8ada41b7a7c28b7fbd7c7d3a5f07b5100c326..f0547a0e39e346166a8217987bc8038f37e16ea7 100644 (file)
 """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