Change follow_me_delay data type from text to numeric

This commit is contained in:
FusionPBX
2023-05-31 19:53:37 -06:00
committed by GitHub
parent bbc6b5d280
commit 19cdc81be0

View File

@@ -211,7 +211,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_delay";
$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_timeout";