From fe7fd158fb95bd2cdc6ff33eb9d30ac906e7a994 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 24 Mar 2019 08:30:34 -0600 Subject: [PATCH] Update app_config.php --- app/sip_profiles/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sip_profiles/app_config.php b/app/sip_profiles/app_config.php index f4de9fe77d..4509d7696a 100644 --- a/app/sip_profiles/app_config.php +++ b/app/sip_profiles/app_config.php @@ -122,7 +122,7 @@ $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_sip_profile"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_sip_profiles"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "sip_profile_uuid"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_domain_name";