From c6610e485d6f6ae7e21250a33edd081c1c83a548 Mon Sep 17 00:00:00 2001 From: Milos Despotovic Date: Mon, 13 Jan 2025 13:03:51 -0800 Subject: [PATCH] Update operatingTeamEmails --- .../versions/3e8203b24730_create_operatingteamemails_table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/request-management-api/migrations/versions/3e8203b24730_create_operatingteamemails_table.py b/request-management-api/migrations/versions/3e8203b24730_create_operatingteamemails_table.py index 0b6198938..a8b79fc38 100644 --- a/request-management-api/migrations/versions/3e8203b24730_create_operatingteamemails_table.py +++ b/request-management-api/migrations/versions/3e8203b24730_create_operatingteamemails_table.py @@ -32,8 +32,8 @@ def upgrade(): op.execute('''INSERT INTO public."OperatingTeamEmails" (teamid, email_address) VALUES - ((SELECT teamid FROM public."OperatingTeams" WHERE name = 'Central and Economy Team'), 'IAOCentralTeam@gov.bc.ca'), - ((SELECT teamid FROM public."OperatingTeams" WHERE name = 'Community and Health Team'), 'FOI.SocialEducationTeam@gov.bc.ca'), + ((SELECT teamid FROM public."OperatingTeams" WHERE name = 'Central and Economy Team'), 'IAO.CentralAndEconomyTeam@gov.bc.ca'), + ((SELECT teamid FROM public."OperatingTeams" WHERE name = 'Community and Health Team'), 'IAO.CommunityandHealthTeam@gov.bc.ca'), ((SELECT teamid FROM public."OperatingTeams" WHERE name = 'Resource and Justice Team'), 'IAOResourceTeam@gov.bc.ca'), ((SELECT teamid FROM public."OperatingTeams" WHERE name = 'Children and Family Team'), 'IAO.ChildrenandEducationTeam@gov.bc.ca'), ((SELECT teamid FROM public."OperatingTeams" WHERE name = 'Children and Education Team'), 'IAO.ChildrenandEducationTeam@gov.bc.ca'),