From 0d2a46c1aa0e5f33bea84f85d81f40657ab13aad Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 15 Feb 2017 22:53:20 -0700 Subject: [PATCH] Update app_config.php --- app/pin_numbers/app_config.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/pin_numbers/app_config.php b/app/pin_numbers/app_config.php index 1633583507..bf85f9da65 100644 --- a/app/pin_numbers/app_config.php +++ b/app/pin_numbers/app_config.php @@ -11,7 +11,7 @@ $apps[$x]['description']['en-us'] = ''; //permission details - $y = 0; + $y=0; $apps[$x]['permissions'][$y]['name'] = 'pin_number_view'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; //$apps[$x]['permissions'][$y]['groups'][] = 'user'; @@ -32,9 +32,10 @@ $y++; //schema details - $y = 0; //table array index - $z = 0; //field array index - $apps[$x]['db'][$y]['table'] = 'v_pin_numbers'; + $y=0; + $apps[$x]['db'][$y]['table']['name'] = "v_pin_numbers"; + $apps[$x]['db'][$y]['table']['parent'] = ""; + $z=0; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; @@ -66,4 +67,4 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $z++; -?> \ No newline at end of file +?>