mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-28 18:51:30 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user