Skip to content
Snippets Groups Projects
Commit 7a4f577e authored by George Joseph's avatar George Joseph
Browse files

Fix alembic branches

Change-Id: I04f607f084bda9b1b7f626e8e9735c37dc751187
parent b104e484
No related branches found
No related tags found
No related merge requests found
"""Add auto_info to endpoint dtmf_mode
Revision ID: 164abbd708c
Revises: 86bb1efa278d
Revises: 39959b9c2566
Create Date: 2017-06-19 13:55:15.354706
"""
# revision identifiers, used by Alembic.
revision = '164abbd708c'
down_revision = '86bb1efa278d'
down_revision = '39959b9c2566'
from alembic import op
import sqlalchemy as sa
from sqlalchemy.dialects.postgresql import ENUM
OLD_ENUM = ['rfc4733', 'inband', 'info', 'auto']
NEW_ENUM = ['rfc4733', 'inband', 'info', 'auto', 'auto_info']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment