Update app_config.php

This commit is contained in:
FusionPBX
2017-02-15 23:18:47 -07:00
committed by GitHub
parent b738f32ece
commit 1776e25f76
+4 -3
View File
@@ -36,9 +36,10 @@
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//schema details //schema details
$y = 0; //table array index $y=0;
$z = 0; //field array index $apps[$x]['db'][$y]['table']['name'] = "v_settings";
$apps[$x]['db'][$y]['table'] = "v_settings"; $apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id"; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "setting_id"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "setting_id";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";