Update app_config.php

This commit is contained in:
FusionPBX 2017-02-15 22:20:16 -07:00 committed by GitHub
parent 36afadadef
commit c60671e145
1 changed files with 7 additions and 7 deletions

View File

@ -62,11 +62,11 @@
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++;
//schema details
$y = 0; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = "v_destinations";
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_destinations";
$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";