summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2015-01-06 22:46:07 +0000
committerMatthew Jordan <mjordan@digium.com>2015-01-06 22:46:07 +0000
commitdd42e92e7ab948459129cc8933ff595681589dba (patch)
treec5540d0b282ce0139fd84d221630cca7c57f94ad /contrib
parent4becfae3b1912828a9f3f2273f33da65c09b45f7 (diff)
contrib/ast-db-manage: Correct down_revision path for user_eq_phone
When the user_eq_phone patch was backported to 13, it referenced the downward revision that the PJSIP optimistic encryption option also references. This creates a multi-path upgrade Exception when generating the SQL files. This patch corrects this in the 13 branch. Note that trunk, which already contained both of these features, is unaffected by this problem. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430252 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py b/contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py
index 145d6bea6..ea2b291de 100644
--- a/contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py
+++ b/contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py
@@ -8,7 +8,7 @@ Create Date: 2014-10-13 13:46:24.474675
# revision identifiers, used by Alembic.
revision = '371a3bf4143e'
-down_revision = '10aedae86a32'
+down_revision = 'eb88a14f2a'
from alembic import op
import sqlalchemy as sa