Skip to content

Commit

Permalink
πŸ“œ - Clear outage message changeScript +semver: patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sachpatel committed Jul 16, 2019
1 parent abe4a00 commit 845d8f2
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 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 845d8f2

Please sign in to comment.