Change nibble_account from numeric to text.

This commit is contained in:
FusionPBX
2020-05-21 11:25:14 -06:00
committed by GitHub
parent f5bfc2199a
commit 056ee9f10b

View File

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