From 6e787b6c257d5929e735842f7e318c196dcbb2f2 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 2 Mar 2017 13:51:52 -0700 Subject: [PATCH] Update app_config.php --- app/follow_me/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index eafbd375d5..bbfde98a37 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -127,6 +127,9 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; $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_destinations"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "destination_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_ignore_busy";