From 297fea5d6408e824dbea09a2649bf3cb07946774 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 6 Mar 2021 09:06:31 -0700 Subject: [PATCH] Remove the forward_caller_id_uuid field. --- app/extensions/app_config.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index be45dbe80c..1f7bee03d4 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -591,12 +591,6 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_follow_me"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "follow_me_uuid"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_caller_id_uuid"; - $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]['description']['en-us'] = ""; - $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";