Change the data type from numeric to text

This commit is contained in:
Mark Crane
2014-05-02 09:22:38 +00:00
parent f9ff0ea658
commit c32d5ff724

View File

@@ -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";