From 6c4144dd722765b77cf3b980cf08529a056a1013 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 17 Oct 2018 21:59:41 -0600 Subject: [PATCH] Update app_config.php --- app/xml_cdr/app_config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index d9d6a623ace..917e6776995 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -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"; @@ -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)";