From a6b30f6245e7240cece407eaf572a25b67072ed8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 24 Mar 2019 08:04:45 -0600 Subject: [PATCH] Update app_config.php --- app/ring_groups/app_config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 6246fc780b..294883b54e 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -254,6 +254,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_dialplans"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "dialplan_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_forward_toll_allow";