mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-15 15:28:02 -04:00
Use encrypt/decrypt methods in place of signing
This commit is contained in:
@@ -14,8 +14,8 @@ down_revision = '0380_bst_to_local'
|
||||
|
||||
|
||||
def upgrade():
|
||||
pass
|
||||
op.alter_column("api_keys", "secret", type_=sa.types.String())
|
||||
|
||||
|
||||
def downgrade():
|
||||
pass
|
||||
op.alter_column("api_keys", "secret", type_=sa.types.String(length=255))
|
||||
|
||||
Reference in New Issue
Block a user