Asterisk - The Open Source Telephony Project  18.5.0
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 465e70e8c337_add_match_header_attribute_to_identify.downgrade ( )

Definition at line 20 of file 465e70e8c337_add_match_header_attribute_to_identify.py.

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

◆ upgrade()

def 465e70e8c337_add_match_header_attribute_to_identify.upgrade ( )

Definition at line 17 of file 465e70e8c337_add_match_header_attribute_to_identify.py.

17 def 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'