Change data type follow_me_timeout from text to numeric

This commit is contained in:
FusionPBX
2023-05-31 19:59:11 -06:00
committed by GitHub
parent 19cdc81be0
commit 787fec4d5e

View File

@@ -215,7 +215,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_timeout";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_prompt";