Asterisk - The Open Source Telephony Project GIT-master-3dee037
|
Go to the source code of this file.
Namespaces | |
namespace | 74dc751dfe8e_more_permission_boolean_columns |
namespace | dc751dfe8e_more_permission_boolean_columns |
Functions | |
def | downgrade () |
def | upgrade () |
Variables | |
string | AST_BOOL_NAME = 'ast_bool_values' |
list | AST_BOOL_VALUES |
ast_bool_values = ENUM(*AST_BOOL_VALUES, name=AST_BOOL_NAME, create_type=False) | |
list | COLUMNS |
string | down_revision = 'bd335bae5d33' |
string | revision = '74dc751dfe8e' |
string | YESNO_NAME = 'yesno_values' |
list | YESNO_VALUES = ['yes', 'no'] |
yesno_values = ENUM(*YESNO_VALUES, name=YESNO_NAME, create_type=False) | |