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
+1 -1
View File
@@ -215,7 +215,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_timeout"; $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'] = ""; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_prompt"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_prompt";