Fix branch in db migrations

Fixes bug 1207641

Change-Id: Ic980a2c04a084f1bcfce549422d27b8a384b08f5
This commit is contained in:
Oleg Bondarev 2013-08-02 10:59:55 +04:00
parent 0a21ea951b
commit 473a415e3e

View File

@ -18,14 +18,14 @@
"""Pool Monitor status field
Revision ID: 11c6e18605c8
Revises: 39cf3f799352
Revises: 52ff27f7567a
Create Date: 2013-07-10 06:07:20.878520
"""
# revision identifiers, used by Alembic.
revision = '11c6e18605c8'
down_revision = '39cf3f799352'
down_revision = '52ff27f7567a'
# Change to ['*'] if this migration applies to all plugins