From c32d5ff724bb2e00badc9a29b5a7e65508399092 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 2 May 2014 09:22:38 +0000 Subject: [PATCH] Change the data type from numeric to text --- app/voicemails/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 43d6fe38ca..eb7d76b9df 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -79,7 +79,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_id"; - $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'] = "Enter the voicemail id."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_password";