Merge pull request #1005 from coreos-inc/fix-seq-update-migration
Fix seq migration down_revision
This commit is contained in:
commit
09e4fdedf1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Create Date: 2015-11-16 14:00:05.383227
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '10b999e8db1f'
|
revision = '10b999e8db1f'
|
||||||
down_revision = '22af01f81722'
|
down_revision = '1849ca8199fc'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
Reference in a new issue