From cbb76e1ceeb8dbd070eb6756e95b8291a73fda81 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 15 Feb 2017 22:33:05 -0700 Subject: [PATCH] Update app_config.php --- app/emails/app_config.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/emails/app_config.php b/app/emails/app_config.php index 3179fa541f..02959fb563 100644 --- a/app/emails/app_config.php +++ b/app/emails/app_config.php @@ -21,7 +21,7 @@ $apps[$x]['description']['pt-br'] = ""; //permission details - $y = 0; + $y=0; $apps[$x]['permissions'][$y]['name'] = "email_view"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -42,11 +42,11 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - //schema details - $y = 1; //table array index - $z = 0; //field array index - $apps[$x]['db'][$y]['table'] = "v_emails"; + $y=0; + $apps[$x]['db'][$y]['table']['name'] = "v_emails"; + $apps[$x]['db'][$y]['table']['parent'] = ""; + $z=0; $apps[$x]['db'][$y]['fields'][$z]['name'] = "email_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";