Merge "contrib/ast-db-manage: Add Postgres ENUM type support in auto DTMF mode update"

This commit is contained in:
Matt Jordan 2015-05-04 09:26:17 -05:00 committed by Gerrit Code Review
commit ce21776aae
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ revision = '31cd4f4891ec'
down_revision = '23530d604b96'
from alembic import op
from sqlalchemy.dialects.postgresql import ENUM
import sqlalchemy as sa
OLD_ENUM = ['rfc4733', 'inband', 'info']