Merge pull request #1005 from coreos-inc/fix-seq-update-migration

Fix seq migration down_revision
This commit is contained in:
Silas Sewell 2015-11-30 18:07:55 -05:00
commit 09e4fdedf1

View file

@ -8,7 +8,7 @@ Create Date: 2015-11-16 14:00:05.383227
# revision identifiers, used by Alembic.
revision = '10b999e8db1f'
down_revision = '22af01f81722'
down_revision = '1849ca8199fc'
from alembic import op
import sqlalchemy as sa