Change voicemail_id from text to numeric and remove the cast on voicemail_id.

This commit is contained in:
markjcrane
2016-04-29 09:49:04 -06:00
parent 769b90bb2b
commit e59a1747b5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,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'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the voicemail id.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_password";