From a552b14dc2987a9921f976e5dfe3678a5e65e599 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 16 Aug 2019 13:04:25 -0600 Subject: [PATCH] Update app_config.php --- core/users/app_config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/users/app_config.php b/core/users/app_config.php index bcd0010947..c8106f87b3 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -184,6 +184,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "user_email"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; @@ -193,10 +197,6 @@ //$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "contact_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "user_email"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "user_status"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "userstatus"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";