From 2d65bc389e7a096ad5b36b8b43c36392aa2ff184 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 15 Feb 2017 21:10:35 -0700 Subject: [PATCH] Update app_config.php --- core/apps/app_config.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/core/apps/app_config.php b/core/apps/app_config.php index 2c9d41780c..b47cd98b35 100644 --- a/core/apps/app_config.php +++ b/core/apps/app_config.php @@ -20,7 +20,7 @@ $apps[$x]['description']['pt-br'] = ""; //permission details - $y = 0; + $y=0; $apps[$x]['permissions'][$y]['name'] = "app_view"; $apps[$x]['permissions'][$y]['menu']['uuid'] = "ef00f229-7890-00c2-bf23-fed5b8fa9fe7"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -36,9 +36,10 @@ $y++; //schema details - $y = 0; //table array index - $z = 0; //field array index - $apps[$x]['db'][$y]['table'] = "v_apps"; + $y=0; + $apps[$x]['db'][$y]['table']['name'] = "v_apps"; + $apps[$x]['db'][$y]['table']['parent'] = ""; + $z=0; $apps[$x]['db'][$y]['fields'][$z]['name'] = "app_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; @@ -58,4 +59,4 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; $z++; -?> \ No newline at end of file +?>