From 0e192bd2fe4eedcf737358ad00d9136173d5516b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 24 Mar 2019 07:54:22 -0600 Subject: [PATCH] Update app_config.php --- app/contacts/app_config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index 12bb9ee9ed..4af7e43573 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -628,6 +628,8 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $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_domains"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_setting_category"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";