Update app_config.php
This commit is contained in:
@@ -42,9 +42,10 @@
|
|||||||
$apps[$x]['permissions'][4]['groups'][] = "superadmin";
|
$apps[$x]['permissions'][4]['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_call_broadcasts";
|
||||||
$apps[$x]['db'][$y]['table'] = "v_call_broadcasts";
|
$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'] = "call_broadcast_id";
|
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_broadcast_id";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
|
||||||
|
|||||||
Reference in New Issue
Block a user