Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Functions | Variables
498357a710ae_add_rtp_keepalive Namespace Reference

Functions

 downgrade ()
 
 upgrade ()
 

Variables

str down_revision = '28b8e71e541f'
 
str revision = '498357a710ae'
 

Function Documentation

◆ downgrade()

downgrade ( )

Definition at line 21 of file 498357a710ae_add_rtp_keepalive.py.

21def downgrade():
22 op.drop_column('ps_endpoints', 'rtp_keepalive')

◆ upgrade()

upgrade ( )

Definition at line 17 of file 498357a710ae_add_rtp_keepalive.py.

17def upgrade():
18 op.add_column('ps_endpoints', sa.Column('rtp_keepalive', sa.Integer))
19
20

Variable Documentation

◆ down_revision

str down_revision = '28b8e71e541f'

Definition at line 11 of file 498357a710ae_add_rtp_keepalive.py.

◆ revision

str revision = '498357a710ae'

Definition at line 10 of file 498357a710ae_add_rtp_keepalive.py.