Update app_config.php

This commit is contained in:
FusionPBX 2017-02-15 21:28:54 -07:00 committed by GitHub
parent 88f1a4ac2e
commit b6a9cb3f04
1 changed files with 6 additions and 5 deletions

View File

@ -40,9 +40,10 @@
$y++;
//schema details
$y = 0; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = "v_call_block";
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_call_block";
$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";