Skip to content

Commit

Permalink
Merge pull request #878 from SkillsFundingAgency/CON-1720-unset-servi…
Browse files Browse the repository at this point in the history
…ce-outage-banner

CON-1720-unset-service-outage-banner
  • Loading branch information
cofaulco authored Apr 21, 2020
2 parents 11f5423 + 273b30d commit fee05fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
print("Start clearing outage message.");
db.configuration.update({_id:"EmployerRecruitSystem"}, {$set: {plannedOutageMessage: ""}});
print("Outage message cleared on employer.");
db.configuration.update({_id:"QaRecruitSystem"}, {$set: {plannedOutageMessage: ""}});
print("Outage message cleared on QA.");
db.configuration.update({_id:"ProviderRecruitSystem"}, {$set: {plannedOutageMessage: ""}});
print("Outage message cleared on provider.");
print("Completed clearing outage message.");

0 comments on commit fee05fc

Please sign in to comment.