Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Go to the source code of this file.
Namespaces | |
namespace | 10aedae86a32_add_outgoing_enum_va |
Functions | |
def | downgrade () |
def | upgrade () |
Variables | |
string | down_revision = '5950038a6ead' |
list | NEW_ENUM = ['yes', 'no', 'nonat', 'update', 'outgoing'] |
new_type = sa.Enum(*NEW_ENUM, name='sip_directmedia_values_v2') | |
list | OLD_ENUM = ['yes', 'no', 'nonat', 'update'] |
old_type = sa.Enum(*OLD_ENUM, name='sip_directmedia_values') | |
string | revision = '10aedae86a32' |
tcr | |