Skip to content

Commit

Permalink
feat: mock data event tags (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley authored Apr 14, 2024
1 parent 32292b4 commit 6c6179f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions backend/src/migrations/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1686,15 +1686,18 @@ COMMIT;

-- BEGIN MOCK DATA TRANSACTION
BEGIN;
INSERT INTO events (id, host, name, preview, content, start_time, end_time, location, is_recurring) VALUES ('eea48981-8c89-4f3a-8b04-c9ec60671640', '7fb7106b-1435-4fd7-870b-b8b6fe54ecb9', 'Spring Showcase', 'Join us for a night of performances from some of the most talented students at Northeastern University!', 'Join us for a night of performances from some of the most talented students at Northeastern University! We will have a variety of acts, including singing, dancing, and more! This event is open to all students, so come out and support your fellow Huskies!', '2024-04-15 19:00:00', '2024-04-15 21:00:00', 'Ell Hall, 342 Huntington Ave, Boston, MA 02115', false);
INSERT INTO events (id, host, name, preview, content, start_time, end_time, location, is_recurring) VALUES ('eea48981-8c89-4f3a-8b04-c9ec60671640', '7fb7106b-1435-4fd7-870b-b8b6fe54ecb9', 'Spring Showcase', 'Join us for a night of TED Talks from some of the most talented students at Northeastern University!', 'Join us for a night of TED Talks from some of the most talented students at Northeastern University! We will be showcasing the best and brightest students from a variety of disciplines, so be sure to come out and support your peers!', '2024-04-15 19:00:00', '2024-04-15 21:00:00', 'Ell Hall, 342 Huntington Ave, Boston, MA 02115', false);
INSERT INTO event_tags(id, event_id, tag_id) VALUES ('a6b54d96-efc9-4a3d-b3ef-ee1e749d9f91', 'eea48981-8c89-4f3a-8b04-c9ec60671640', '3abe8f84-75d8-40e6-8d38-8479d3c135c8'), ('19e59320-0d8f-443d-85dc-ad29bef1d859','eea48981-8c89-4f3a-8b04-c9ec60671640','28086003-383f-41c3-8a9c-e5823d5f7c8a'), ('0b50d82b-582e-44f9-ab13-8c3f8466b4f8','eea48981-8c89-4f3a-8b04-c9ec60671640','6714365f-7133-495c-a4d9-33a1a432c159');
INSERT INTO series (id, recurring_type, max_occurrences) VALUES ('43a97583-8db3-493c-bd09-6ccae3301b9a', 'weekly', 3);
INSERT INTO events (id, host, name, preview, content, start_time, end_time, location, is_recurring) VALUES ('cc034c67-82e0-4ba5-94c5-9b0cba132a99', '7fb7106b-1435-4fd7-870b-b8b6fe54ecb9', 'Weekly Meeting!', 'Join us for our weekly meeting to learn more about our organization and how you can get involved!', 'Join us for our weekly meeting to learn more about our organization and how you can get involved! We will be discussing upcoming events, volunteer opportunities, and more! This meeting is open to all students, so feel free to bring a friend!', '2024-04-16 18:00:00', '2024-04-16 19:00:00', '450 Parker St, Boston, MA 02115', true);
INSERT INTO event_tags(id, event_id, tag_id) VALUES ('8a9dd792-8e17-45e3-ba4a-7287ad4d4c06', 'cc034c67-82e0-4ba5-94c5-9b0cba132a99', '3abe8f84-75d8-40e6-8d38-8479d3c135c8'), ('aab358cb-bdef-4033-8e1f-9585222ebc99','cc034c67-82e0-4ba5-94c5-9b0cba132a99','28086003-383f-41c3-8a9c-e5823d5f7c8a'), ('0313c204-0c67-4f30-b028-392f8fa585c1','cc034c67-82e0-4ba5-94c5-9b0cba132a99','6714365f-7133-495c-a4d9-33a1a432c159');
INSERT INTO events (id, host, name, preview, content, start_time, end_time, location, is_recurring) VALUES ('c83de05c-8951-432a-b74d-9d91e452fbdf', '7fb7106b-1435-4fd7-870b-b8b6fe54ecb9', 'Weekly Meeting!', 'Join us for our weekly meeting to learn more about our organization and how you can get involved!', 'Join us for our weekly meeting to learn more about our organization and how you can get involved! We will be discussing upcoming events, volunteer opportunities, and more! This meeting is open to all students, so feel free to bring a friend!', '2024-04-23 18:00:00', '2024-04-23 19:00:00', '450 Parker St, Boston, MA 02115', true);
INSERT INTO event_tags(id, event_id, tag_id) VALUES ('a6b54d96-efc9-4a3d-b3ef-ee1e749d9f91', 'c83de05c-8951-432a-b74d-9d91e452fbdf', '3abe8f84-75d8-40e6-8d38-8479d3c135c8'), ('19e59320-0d8f-443d-85dc-ad29bef1d859','c83de05c-8951-432a-b74d-9d91e452fbdf','28086003-383f-41c3-8a9c-e5823d5f7c8a'), ('0b50d82b-582e-44f9-ab13-8c3f8466b4f8','c83de05c-8951-432a-b74d-9d91e452fbdf','6714365f-7133-495c-a4d9-33a1a432c159');
INSERT INTO events (id, host, name, preview, content, start_time, end_time, location, is_recurring) VALUES ('3dfe4d7e-b6ec-4d21-9e37-216c9830a6d0', '7fb7106b-1435-4fd7-870b-b8b6fe54ecb9', 'Weekly Meeting!', 'Join us for our weekly meeting to learn more about our organization and how you can get involved!', 'Join us for our weekly meeting to learn more about our organization and how you can get involved! We will be discussing upcoming events, volunteer opportunities, and more! This meeting is open to all students, so feel free to bring a friend!', '2024-04-30 18:00:00', '2024-04-30 19:00:00', '450 Parker St, Boston, MA 02115', true);
INSERT INTO event_tags(id, event_id, tag_id) VALUES ('8750ea53-3b5e-45c5-81cf-8ceef024894f', '3dfe4d7e-b6ec-4d21-9e37-216c9830a6d0', '3abe8f84-75d8-40e6-8d38-8479d3c135c8'), ('bff77c88-569e-42a6-b041-d68bb5439729','3dfe4d7e-b6ec-4d21-9e37-216c9830a6d0','28086003-383f-41c3-8a9c-e5823d5f7c8a'), ('799979ec-c956-441c-94f6-b5783274730d','3dfe4d7e-b6ec-4d21-9e37-216c9830a6d0','6714365f-7133-495c-a4d9-33a1a432c159');
INSERT INTO event_series (event_id, series_id) VALUES ('cc034c67-82e0-4ba5-94c5-9b0cba132a99', '43a97583-8db3-493c-bd09-6ccae3301b9a'), ('c83de05c-8951-432a-b74d-9d91e452fbdf','43a97583-8db3-493c-bd09-6ccae3301b9a' ), ('3dfe4d7e-b6ec-4d21-9e37-216c9830a6d0', '43a97583-8db3-493c-bd09-6ccae3301b9a');
INSERT INTO events (id, host, name, preview, content, start_time, end_time, location, is_recurring) VALUES ('788e36a1-116c-4e9b-9842-e70f787e691b', '38ae97fd-f259-40ef-9d99-c3d47fc44644', 'Phi Sigma Rho Philanthropy', 'Join us for a day of service as we give back to the community!', 'Join us for a day of service as we give back to the community! We will be volunteering at a local food bank, so be sure to wear comfortable clothes and closed-toed shoes. This event is open to all students, so feel free to bring a friend!', '2024-04-20 10:00:00', '2024-04-20 16:00:00', '70 S Bay Ave, Boston, MA 02118', false);


INSERT INTO event_tags(id, event_id, tag_id) VALUES ('f184543c-9b11-4f10-aa92-c12abaf2096b', '788e36a1-116c-4e9b-9842-e70f787e691b', 'a85c38cb-65ba-4481-9c32-1834dd41e472'), ('c536eff6-11db-4d56-92b4-26ee0ef9f50e','788e36a1-116c-4e9b-9842-e70f787e691b','b7c272cd-8556-4202-b6ae-9f2223cca95c');

COMMIT;
-- END MOCK DATA TRANSACTION

0 comments on commit 6c6179f

Please sign in to comment.