From 19cdc81be081d13d49faa8da281349565a6bc3aa Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 31 May 2023 19:53:37 -0600 Subject: [PATCH] Change follow_me_delay data type from text to numeric --- app/follow_me/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index 26ad8ca3ca..ce6ed277c9 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -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";