diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index 1fe6e68f52..64b92d72bc 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -286,15 +286,6 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "conference_center_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Conference UUID"; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = "meeting_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_meetings"; - $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "meeting_uuid"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Meeting UUID"; - $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_room_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference room name."; diff --git a/app/meetings/app_config.php b/app/meetings/app_config.php deleted file mode 100644 index 7b1d7b56d3..0000000000 --- a/app/meetings/app_config.php +++ /dev/null @@ -1,136 +0,0 @@ - diff --git a/app/meetings/app_menu.php b/app/meetings/app_menu.php deleted file mode 100644 index b04dc61a51..0000000000 --- a/app/meetings/app_menu.php +++ /dev/null @@ -1,16 +0,0 @@ -