Update app_config.php
Remove the domain_uuid from the conference profiles and params.
This commit is contained in:
parent
ddb6929b62
commit
1c4ccd3db3
|
|
@ -53,14 +53,6 @@
|
||||||
$y = 0; //table array index
|
$y = 0; //table array index
|
||||||
$z = 0; //field array index
|
$z = 0; //field array index
|
||||||
$apps[$x]['db'][$y]['table'] = 'v_conference_profiles';
|
$apps[$x]['db'][$y]['table'] = 'v_conference_profiles';
|
||||||
$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']['sqlite'] = 'text';
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
|
|
||||||
$z++;
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_profile_uuid';
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_profile_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';
|
||||||
|
|
@ -82,14 +74,6 @@
|
||||||
$y = 1; //table array index
|
$y = 1; //table array index
|
||||||
$z = 0; //field array index
|
$z = 0; //field array index
|
||||||
$apps[$x]['db'][$y]['table'] = 'v_conference_profile_params';
|
$apps[$x]['db'][$y]['table'] = 'v_conference_profile_params';
|
||||||
$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']['sqlite'] = 'text';
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
|
|
||||||
$z++;
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_profile_param_uuid';
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_profile_param_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';
|
||||||
|
|
@ -120,4 +104,4 @@
|
||||||
$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'] = 'Enter the description.';
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
|
||||||
$z++;
|
$z++;
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue