Skip to content

Commit

Permalink
Merge pull request #877 from SkillsFundingAgency/CON-1706-update-outa…
Browse files Browse the repository at this point in the history
…ge-message

CON-1707-update-outage-message
  • Loading branch information
cofaulco authored Apr 15, 2020
2 parents 3c0f000 + 8dca735 commit 2e051b1
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
print("Start setting outage message.");
db.configuration.update({_id:"EmployerRecruitSystem"}, {$set: {plannedOutageMessage: "Vacancies approved on 20 and 21 April 2020 will not show on the ‘Find an apprenticeship’ service until after 22 April 2020."}});
print("Outage message set on employer.");
db.configuration.update({_id:"QaRecruitSystem"}, {$set: {plannedOutageMessage: "Vacancies approved on 20 and 21 April 2020 will not show on the ‘Find an apprenticeship’ service until after 22 April 2020."}});
print("Outage message set on QA.");
db.configuration.update({_id:"ProviderRecruitSystem"}, {$set: {plannedOutageMessage: "Vacancies approved on 20 and 21 April 2020 will not show on the ‘Find an apprenticeship’ service until after 22 April 2020."}});
print("Outage message set on provider.");
print("Completed setting outage message.");

0 comments on commit 2e051b1

Please sign in to comment.