]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix downgrade revision to make db migration linear
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Thu, 17 Jan 2013 13:19:45 +0000 (22:19 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Thu, 17 Jan 2013 13:21:24 +0000 (22:21 +0900)
Fixes bug 1100767

The recent commit 7999282 creates db migration branches.
The migration timeline should be linear and this commit fixes it.

Change-Id: I94e1088352112e8c6ec989a54df83e61797b38c5

quantum/db/migration/alembic_migrations/versions/1d76643bcec4_nvp_netbinding.py

index 8aa571e9ef52c6d8449fb46b89ee8142cd19ee68..d00768bac311c40fcbe1231521e62f01af865434 100644 (file)
@@ -25,7 +25,7 @@ Create Date: 2013-01-15 07:36:10.024346
 
 # revision identifiers, used by Alembic.
 revision = '1d76643bcec4'
-down_revision = '48b6f43f7471'
+down_revision = '3cb5d900c5de'
 
 # Change to ['*'] if this migration applies to all plugins