From 056ee9f10ba8c72fbf2375cf8603434e509fea62 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 21 May 2020 11:25:14 -0600 Subject: [PATCH] Change nibble_account from numeric to text. --- app/extensions/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index b8709831ee..55a86ace07 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -495,7 +495,7 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "nibble_account"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_force_expires";