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

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


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

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, 2 insertions(+), 1 deletion(-)

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..932773f 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
@@ -8,10 +8,11 @@
 
 # revision identifiers, used by Alembic.
 revision = '164abbd708c'
-down_revision = '86bb1efa278d'
+down_revision = 'd7983954dd96'
 
 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/5968
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: merged
Gerrit-Change-Id: I04f607f084bda9b1b7f626e8e9735c37dc751187
Gerrit-Change-Number: 5968
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/89c9149d/attachment-0001.html>


More information about the asterisk-commits mailing list