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

George Joseph asteriskteam at digium.com
Thu Jul 6 05:57:10 CDT 2017


George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/5969


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(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/69/5969/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..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/5969
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-MessageType: newchange
Gerrit-Change-Id: I04f607f084bda9b1b7f626e8e9735c37dc751187
Gerrit-Change-Number: 5969
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/6e098ada/attachment.html>


More information about the asterisk-code-review mailing list