mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
Merge "alembic: Fix typo in add_auto_info_to_endpoint_dtmf_mode" into 15
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user