[svn-commits] kharwell: trunk r433152 - /trunk/contrib/ast-db-manage/config/versions/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 19 10:27:58 CDT 2015


Author: kharwell
Date: Thu Mar 19 10:27:56 2015
New Revision: 433152

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433152
Log:
alemebic scripts: endpoint identifier order option

The script was added in 13, but when committed to trunk it caused a branch to
occur due to some trunk only alemebic changes. This fixes it so that the new
'add_pjsip_endpoint_identifier_order script points to the correct down revision.

Modified:
    trunk/contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py

Modified: trunk/contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py
URL: http://svnview.digium.com/svn/asterisk/trunk/contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py?view=diff&rev=433152&r1=433151&r2=433152
==============================================================================
--- trunk/contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py (original)
+++ trunk/contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py Thu Mar 19 10:27:56 2015
@@ -1,14 +1,14 @@
 """add pjsip endpoint_identifier_order
 
 Revision ID: 45e3f47c6c44
-Revises: 371a3bf4143e
+Revises: 945b1098bdd
 Create Date: 2015-03-02 09:32:20.632015
 
 """
 
 # revision identifiers, used by Alembic.
 revision = '45e3f47c6c44'
-down_revision = '371a3bf4143e'
+down_revision = '945b1098bdd'
 
 from alembic import op
 import sqlalchemy as sa




More information about the svn-commits mailing list