Add record_length type numeric

This commit is contained in:
FusionPBX
2022-12-03 18:24:09 -07:00
committed by GitHub
parent 93dc310178
commit c910f2177a

View File

@@ -610,6 +610,10 @@
$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'] = "record_length";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "leg";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "char(1)";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";