|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Go to the source code of this file.
Namespaces | |
| namespace | 74dc751dfe8e_more_permission_boolean_columns |
| namespace | dc751dfe8e_more_permission_boolean_columns |
Functions | |
| downgrade () | |
| upgrade () | |
Variables | |
| str | 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 |
| str | down_revision = 'bd335bae5d33' |
| str | revision = '74dc751dfe8e' |
| str | YESNO_NAME = 'yesno_values' |
| list | YESNO_VALUES = ['yes', 'no'] |
| yesno_values = ENUM(*YESNO_VALUES, name=YESNO_NAME, create_type=False) | |