Update app_config.php

This commit is contained in:
FusionPBX 2017-02-15 21:10:35 -07:00 committed by GitHub
parent ede28fa474
commit 2d65bc389e
1 changed files with 6 additions and 5 deletions

View File

@ -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";