Fix migration
This commit is contained in:
parent
f82031ec19
commit
f4612f5165
@ -1,8 +1,8 @@
|
|||||||
"""Record signer DOD ID
|
"""Record signer DOD ID
|
||||||
|
|
||||||
Revision ID: de5276fad9ef
|
Revision ID: b3a1a07cf30b
|
||||||
Revises: 1f690989e38e
|
Revises: c98adf9bb431
|
||||||
Create Date: 2019-02-11 10:51:51.419346
|
Create Date: 2019-02-12 10:16:19.349083
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from alembic import op
|
from alembic import op
|
||||||
@ -10,8 +10,8 @@ import sqlalchemy as sa
|
|||||||
|
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = 'de5276fad9ef'
|
revision = 'b3a1a07cf30b'
|
||||||
down_revision = '1f690989e38e'
|
down_revision = 'c98adf9bb431'
|
||||||
branch_labels = None
|
branch_labels = None
|
||||||
depends_on = None
|
depends_on = None
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user