Update app_config.php
This commit is contained in:
@@ -75,9 +75,10 @@
|
|||||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||||
|
|
||||||
//schema details
|
//schema details
|
||||||
$y = 0; //table array index
|
$y=0;
|
||||||
$z = 0; //field array index
|
$apps[$x]['db'][$y]['table']['name'] = "v_conferences";
|
||||||
$apps[$x]['db'][$y]['table'] = "v_conferences";
|
$apps[$x]['db'][$y]['table']['parent'] = "";
|
||||||
|
$z=0;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
|
$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']['pgsql'] = "uuid";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||||
@@ -133,9 +134,10 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to enable or disable the conference.";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to enable or disable the conference.";
|
||||||
|
|
||||||
$y = 1; //table array index
|
$y=1;
|
||||||
$z = 0; //field array index
|
$apps[$x]['db'][$y]['table']['name'] = "v_conference_users";
|
||||||
$apps[$x]['db'][$y]['table'] = "v_conference_users";
|
$apps[$x]['db'][$y]['table']['parent'] = "v_conferences";
|
||||||
|
$z=0;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_user_uuid";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_user_uuid";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||||
|
|||||||
Reference in New Issue
Block a user