Update app_config.php
This commit is contained in:
parent
8bc2864b1e
commit
07e7238264
|
|
@ -318,10 +318,20 @@
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_file";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_file";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$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.";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Indicates if a recording was made. If a recording exists set this value to true.";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_name";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "recording_name";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
|
||||||
|
$z++;
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "record_path";
|
||||||
|
$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_name";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "leg";
|
$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']['pgsql'] = "char(1)";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue