Update app_config.php

This commit is contained in:
FusionPBX 2017-02-15 22:18:58 -07:00 committed by GitHub
parent 6ce2d44fef
commit 07b15e7919
1 changed files with 5 additions and 4 deletions

View File

@ -32,9 +32,10 @@
$y++; $y++;
//schema details //schema details
$y = 0; //table array index $y=0;
$z = 0; //field array index $apps[$x]['db'][$y]['table']['name'] = "v_database_transactions";
$apps[$x]['db'][$y]['table'] = 'v_database_transactions'; $apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $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']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';