Add hold_accum_seconds to the xml_cdr table

This commit is contained in:
FusionPBX
2024-08-28 10:05:48 -06:00
committed by GitHub
parent aabc2f33a8
commit 88bfb18e5a
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -601,6 +601,10 @@
$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'] = "hold_accum_seconds";
$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'] = "bridge_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
@@ -1040,3 +1044,4 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>