Skip to content
Snippets Groups Projects
Commit ec940f4f authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

Merge "alembic: Fix typo in add_auto_info_to_endpoint_dtmf_mode"

parents 4889574f f9bad3bd
Branches
Tags
No related merge requests found
......@@ -52,7 +52,7 @@ def downgrade():
enum.create(op.get_bind(), checkfirst=False)
op.execute('ALTER TABLE ps_endpoints ALTER COLUMN dtmf_mode TYPE'
' pjsip_dtmf_mode_values USING'
' pjsip_dtmf_mode_values_v2 USING'
' dtmf_mode::text::pjsip_dtmf_mode_values_v2')
ENUM(name="pjsip_dtmf_mode_values_v3").drop(op.get_bind(), checkfirst=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment