mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-01 20:24:08 -04:00
20 lines
275 B
Python
20 lines
275 B
Python
"""
|
|
|
|
Revision ID: 0358_operator_channel
|
|
Revises: 0357_validate_constraint
|
|
Create Date: 2021-06-09 13:44:12.479191
|
|
|
|
"""
|
|
from alembic import op
|
|
|
|
revision = '0358_operator_channel'
|
|
down_revision = '0357_validate_constraint'
|
|
|
|
|
|
def upgrade():
|
|
pass
|
|
|
|
|
|
def downgrade():
|
|
pass
|