Skip to content

Commit

Permalink
Update app_config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane committed Oct 18, 2018
1 parent 3a7fee8 commit 6c4144d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/xml_cdr/app_config.php
Expand Up @@ -210,7 +210,7 @@
$apps[$x]['default_settings'][$y]['default_setting_value'] = "fusionpbx";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Archive Database Name";

//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_xml_cdr";
Expand All @@ -224,7 +224,8 @@
$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'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "xml_cdr_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
Expand Down

0 comments on commit 6c4144d

Please sign in to comment.