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";