Skip to content

Commit

Permalink
Merge pull request #5516 from bcgov/main-MD-3161
Browse files Browse the repository at this point in the history
3161 - Update operatingteamemails
  • Loading branch information
milosdes authored Jan 14, 2025
2 parents 540b74e + a32d8b3 commit be4d955
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'), '[email protected]'),
((SELECT teamid FROM public."OperatingTeams" WHERE name = 'Children and Family Team'), '[email protected]'),
((SELECT teamid FROM public."OperatingTeams" WHERE name = 'Children and Education Team'), '[email protected]'),
Expand Down

0 comments on commit be4d955

Please sign in to comment.