Fix alembic branches

Change-Id: I04f607f084bda9b1b7f626e8e9735c37dc751187
changes/70/5970/1
George Joseph 8 years ago
parent b104e484b6
commit 7a4f577eb7

@ -1,17 +1,18 @@
"""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']

Loading…
Cancel
Save