Update app_config.php

This commit is contained in:
FusionPBX 2017-06-21 19:10:11 -06:00 committed by GitHub
parent 6e6c35013b
commit 08b4c9505d
1 changed files with 5 additions and 1 deletions

View File

@ -315,6 +315,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Indicates if a recording was made. If a recording exists set this value to true.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_name";
$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'] = "leg";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "char(1)";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
@ -409,4 +413,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Save who hung up or cancelled the leg.";
?>
?>