Fix downgrade revision to make db migration linear

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
This commit is contained in:
Akihiro MOTOKI 2013-01-17 22:19:45 +09:00
parent 0f6d26b1ac
commit 1715acd11c

View 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