[svn-commits] mjordan: branch 13 r430252 - /branches/13/contrib/ast-db-manage/config/versions/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jan 6 16:46:15 CST 2015


Author: mjordan
Date: Tue Jan  6 16:46:07 2015
New Revision: 430252

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430252
Log:
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.

Modified:
    branches/13/contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py

Modified: branches/13/contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py
URL: http://svnview.digium.com/svn/asterisk/branches/13/contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py?view=diff&rev=430252&r1=430251&r2=430252
==============================================================================
--- branches/13/contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py (original)
+++ branches/13/contrib/ast-db-manage/config/versions/371a3bf4143e_add_user_eq_phone_option_to_pjsip.py Tue Jan  6 16:46:07 2015
@@ -8,7 +8,7 @@
 
 # revision identifiers, used by Alembic.
 revision = '371a3bf4143e'
-down_revision = '10aedae86a32'
+down_revision = 'eb88a14f2a'
 
 from alembic import op
 import sqlalchemy as sa




More information about the svn-commits mailing list