[asterisk-commits] Fix alembic branches (asterisk[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jul 6 06:39:20 CDT 2017


Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/5970 )

Change subject: Fix alembic branches
......................................................................

Fix alembic branches

Change-Id: I04f607f084bda9b1b7f626e8e9735c37dc751187
---
M contrib/ast-db-manage/config/versions/164abbd708c_add_auto_info_to_endpoint_dtmf_mode.py
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Jenkins2: Verified
  Joshua Colp: Looks good to me, approved; Approved for Submit



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 dbc8ce9..20cab2f 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
@@ -1,17 +1,18 @@
 """Add auto_info to endpoint dtmf_mode
 
 Revision ID: 164abbd708c
-Revises: 86bb1efa278d
+Revises: 39959b9c2566
 Create Date: 2017-06-19 13:55:15.354706
 
 """
 
 # revision identifiers, used by Alembic.
 revision = '164abbd708c'
-down_revision = '86bb1efa278d'
+down_revision = '39959b9c2566'
 
 from alembic import op
 import sqlalchemy as sa
+from sqlalchemy.dialects.postgresql import ENUM
 
 OLD_ENUM = ['rfc4733', 'inband', 'info', 'auto']
 NEW_ENUM = ['rfc4733', 'inband', 'info', 'auto', 'auto_info']

-- 
To view, visit https://gerrit.asterisk.org/5970
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I04f607f084bda9b1b7f626e8e9735c37dc751187
Gerrit-Change-Number: 5970
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-commits/attachments/20170706/452b0a87/attachment-0001.html>


More information about the asterisk-commits mailing list