Asterisk - The Open Source Telephony Project
18.5.0
|
Functions | |
def | downgrade () |
def | enum_update (table_name, column_name, enum_name, enum_values) |
def | upgrade () |
Variables | |
string | down_revision = 'c7a44a5a0851' |
string | revision = '3772f8f828da' |
def 3772f8f828da_update_identify_by.downgrade | ( | ) |
Definition at line 44 of file 3772f8f828da_update_identify_by.py.
References enum_update().
def 3772f8f828da_update_identify_by.enum_update | ( | table_name, | |
column_name, | |||
enum_name, | |||
enum_values | |||
) |
Definition at line 17 of file 3772f8f828da_update_identify_by.py.
Referenced by downgrade(), and upgrade().
def 3772f8f828da_update_identify_by.upgrade | ( | ) |
Definition at line 39 of file 3772f8f828da_update_identify_by.py.
References enum_update().
string down_revision = 'c7a44a5a0851' |
Definition at line 11 of file 3772f8f828da_update_identify_by.py.
string revision = '3772f8f828da' |
Definition at line 10 of file 3772f8f828da_update_identify_by.py.