Fix seq migration down_revision

This commit is contained in:
Silas Sewell 2015-11-30 17:59:04 -05:00
parent 3833fb6530
commit 502e4c04d0

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