From 072c40dc84f12a098cee1b8331dbf0ee3113261c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 16 Jul 2016 17:30:32 -0600 Subject: [PATCH] Update app_config.php Remove the domain_uuid from the conference profiles and params. --- app/conference_profiles/app_config.php | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/app/conference_profiles/app_config.php b/app/conference_profiles/app_config.php index 819eb5dbfb..cf63e2e088 100644 --- a/app/conference_profiles/app_config.php +++ b/app/conference_profiles/app_config.php @@ -53,14 +53,6 @@ $y = 0; //table array index $z = 0; //field array index $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]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; @@ -82,14 +74,6 @@ $y = 1; //table array index $z = 0; //field array index $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]['type']['pgsql'] = 'uuid'; $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]['description']['en-us'] = 'Enter the description.'; $z++; -?> \ No newline at end of file +?>