Update app_config.php

This commit is contained in:
FusionPBX 2017-02-15 23:50:07 -07:00 committed by GitHub
parent bb1b12dc92
commit f1af0e7fa5
1 changed files with 6 additions and 5 deletions

View File

@ -96,9 +96,10 @@
$apps[$x]['default_settings'][$y]['default_setting_description'] = '';
//schema details
$y = 0; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = "v_xml_cdr";
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_xml_cdr";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "xml_cdr_id";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";