Asterisk - The Open Source Telephony Project GIT-master-f36a736
Functions | Variables
465e70e8c337_add_match_header_attribute_to_identify Namespace Reference

Functions

def downgrade ()
 
def upgrade ()
 

Variables

string down_revision = '28ab27a7826d'
 
string revision = '465e70e8c337'
 

Function Documentation

◆ downgrade()

def downgrade ( )

Definition at line 20 of file 465e70e8c337_add_match_header_attribute_to_identify.py.

20def downgrade():
21 op.drop_column('ps_endpoint_id_ips', 'match_header')

◆ upgrade()

def upgrade ( )

Definition at line 17 of file 465e70e8c337_add_match_header_attribute_to_identify.py.

17def upgrade():
18 op.add_column('ps_endpoint_id_ips', sa.Column('match_header', sa.String(255)))
19

Variable Documentation

◆ down_revision

string down_revision = '28ab27a7826d'

◆ revision

string revision = '465e70e8c337'