summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-09-12 14:17:17 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-09-12 14:17:17 -0500
commitcadc96c04bf8350bd8052e8228d84550ed2c4899 (patch)
tree365a1c7381dcb202340dc718bd50f06892ce50eb
parent1232a40889574189c9d5716578cd726e497be033 (diff)
parent5aa60aea6f9b635e5617c70f4b19e7e85d8d2b36 (diff)
Merge "alembic: Fix typo in add_auto_info_to_endpoint_dtmf_mode" into 14
-rw-r--r--contrib/ast-db-manage/config/versions/164abbd708c_add_auto_info_to_endpoint_dtmf_mode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ast-db-manage/config/versions/164abbd708c_add_auto_info_to_endpoint_dtmf_mode.py b/contrib/ast-db-manage/config/versions/164abbd708c_add_auto_info_to_endpoint_dtmf_mode.py
index 932773f6d..d7d111dd7 100644
--- a/contrib/ast-db-manage/config/versions/164abbd708c_add_auto_info_to_endpoint_dtmf_mode.py
+++ b/contrib/ast-db-manage/config/versions/164abbd708c_add_auto_info_to_endpoint_dtmf_mode.py
@@ -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)