Update app_config.php
This commit is contained in:
parent
bb1b12dc92
commit
f1af0e7fa5
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue