From 2b8d011321ee5f2ffba967e38fcc8c542f378502 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Thu, 12 Aug 2021 08:42:12 -0600 Subject: [PATCH] Remove app/meetings --- app/conference_centers/app_config.php | 9 -- app/meetings/app_config.php | 136 -------------------------- app/meetings/app_menu.php | 16 --- 3 files changed, 161 deletions(-) delete mode 100644 app/meetings/app_config.php delete mode 100644 app/meetings/app_menu.php 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 @@ -