diff --git a/app/emails/app_config.php b/app/emails/app_config.php index b8dfa11bc7..77a3fa13c7 100644 --- a/app/emails/app_config.php +++ b/app/emails/app_config.php @@ -67,7 +67,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_xml_cdr"; - $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "uuid"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "xml_cdr_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid"; @@ -97,4 +97,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>