Missing commit in downgrade
This commit is contained in:
parent
4e44dd3d8f
commit
aec24ae132
|
@ -74,6 +74,7 @@ def downgrade():
|
|||
"update certificates set key_type=null where not_after > CURRENT_DATE - 32"
|
||||
)
|
||||
op.execute(stmt)
|
||||
commit()
|
||||
|
||||
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue