From: Kevin Harwell Date: Thu, 19 Mar 2015 15:27:56 +0000 (+0000) Subject: alemebic scripts: endpoint identifier order option X-Git-Tag: 14.0.0-beta1~1168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79a81fed59f2aee1109ffe985025961875a1fd9d;p=thirdparty%2Fasterisk.git 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. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@433152 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py b/contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py index 213da92fb2..b7d9924932 100644 --- a/contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py +++ b/contrib/ast-db-manage/config/versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py @@ -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