mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Add migration to expand api_keys.secret column max length
This commit is contained in:
21
migrations/versions/0381_encrypted_column_types.py
Normal file
21
migrations/versions/0381_encrypted_column_types.py
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
"""
|
||||||
|
|
||||||
|
Revision ID: 0381_encrypted_column_types
|
||||||
|
Revises: 0380_bst_to_local
|
||||||
|
Create Date: 2022-12-09 10:17:03.358405
|
||||||
|
|
||||||
|
"""
|
||||||
|
from alembic import op
|
||||||
|
import sqlalchemy as sa
|
||||||
|
|
||||||
|
|
||||||
|
revision = '0381_encrypted_column_types'
|
||||||
|
down_revision = '0380_bst_to_local'
|
||||||
|
|
||||||
|
|
||||||
|
def upgrade():
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
def downgrade():
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user