From 79a81fed59f2aee1109ffe985025961875a1fd9d Mon Sep 17 00:00:00 2001 From: Kevin Harwell Date: Thu, 19 Mar 2015 15:27:56 +0000 Subject: 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 --- .../versions/45e3f47c6c44_add_pjsip_endpoint_identifier_order.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/ast-db-manage/config/versions') 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 213da92fb..b7d992493 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 -- cgit v1.2.3