Fix 009 migration

We should not have two 009 migrations

Change-Id: I023cd9613b784dcfc54a484070f0dda6443ce31a
This commit is contained in:
Nikita Konovalov 2014-03-26 15:43:00 +04:00
parent bbd477c687
commit ffeb89d123
1 changed files with 4 additions and 4 deletions

View File

@ -13,15 +13,15 @@
"""Remove legacy priority column
Revision ID: 009
Revises: 008
Revision ID: 010
Revises: 009
Create Date: 2014-03-24 14:00:19.159763
"""
# revision identifiers, used by Alembic.
revision = '009'
down_revision = '008'
revision = '010'
down_revision = '009'
from alembic import op