Missing commit in downgrade

This commit is contained in:
sayali 2020-10-29 17:58:37 -07:00
parent 4e44dd3d8f
commit aec24ae132
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ def downgrade():
"update certificates set key_type=null where not_after > CURRENT_DATE - 32"
)
op.execute(stmt)
commit()
"""