Asterisk - The Open Source Telephony Project  18.5.0
Functions | Variables
45e3f47c6c44_add_pjsip_endpoint_identifier_order Namespace Reference

Functions

def downgrade ()
 
def upgrade ()
 

Variables

string down_revision = '945b1098bdd'
 
string revision = '45e3f47c6c44'
 

Function Documentation

◆ downgrade()

def 45e3f47c6c44_add_pjsip_endpoint_identifier_order.downgrade ( )

Definition at line 20 of file 45e3f47c6c44_add_pjsip_endpoint_identifier_order.py.

20 def downgrade():
21  op.drop_column('ps_globals', 'endpoint_identifier_order')

◆ upgrade()

def 45e3f47c6c44_add_pjsip_endpoint_identifier_order.upgrade ( )

Definition at line 17 of file 45e3f47c6c44_add_pjsip_endpoint_identifier_order.py.

17 def upgrade():
18  op.add_column('ps_globals', sa.Column('endpoint_identifier_order', sa.String(40)))
19 

Variable Documentation

◆ down_revision

string down_revision = '945b1098bdd'

◆ revision

string revision = '45e3f47c6c44'