From cc2f9953316cd6ff95ddd209056f054c4c0e22b9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 24 Mar 2019 07:56:12 -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 4af7e43573..e82239f375 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -674,6 +674,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_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";