From 913fc9dfa5af79f41209340c48d56bb7c8ae6f14 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 24 Mar 2019 08:07:38 -0600 Subject: [PATCH] Update app_config.php --- app/voicemails/app_config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index e0f2a17c66..d2ab920958 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -334,6 +334,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_voicemails"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "voicemail_uuid"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "created_epoch"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";