Skip to content
Snippets Groups Projects
Commit ce21776a authored by Matt Jordan's avatar Matt Jordan Committed by Gerrit Code Review
Browse files

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

parents 465bb42c 75c0aa69
No related branches found
No related tags found
No related merge requests found
......@@ -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']
......
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