[Asterisk-code-review] Fix alembic branches (asterisk[master])

George Joseph asteriskteam at digium.com
Thu Jul 6 06:00:59 CDT 2017


George Joseph has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/70/5970/1

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: newchange
Gerrit-Change-Id: I04f607f084bda9b1b7f626e8e9735c37dc751187
Gerrit-Change-Number: 5970
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20170706/6a460bf8/attachment.html>


More information about the asterisk-code-review mailing list