mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Revert - res_pjsip: Allow configuration of endpoint identifier query order
Due to a break in binary compatibility with some other modules these changes are being reverted until the issue can be resolved. ASTERISK-24840 Reported by: Mark Michelson ........ Merged revisions 432868 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@432869 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
"""add pjsip endpoint_identifier_order
|
||||
|
||||
Revision ID: 45e3f47c6c44
|
||||
Revises: 371a3bf4143e
|
||||
Create Date: 2015-03-02 09:32:20.632015
|
||||
|
||||
"""
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '45e3f47c6c44'
|
||||
down_revision = '371a3bf4143e'
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
def upgrade():
|
||||
op.add_column('ps_globals', sa.Column('endpoint_identifier_order', sa.String(40)))
|
||||
|
||||
def downgrade():
|
||||
op.drop_column('ps_globals', 'endpoint_identifier_order')
|
||||
|
Reference in New Issue
Block a user