Change the data type from numeric to text
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
|
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_id";
|
$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.";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the voicemail id.";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_password";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_password";
|
||||||
|
|||||||
Reference in New Issue
Block a user