rafinkanisa / ngm-reportDesk

The workdesk for ReportHub
0 stars 1 forks source link

RH AF Health Updates Activity Name #145

Closed rafinkanisa closed 2 years ago

rafinkanisa commented 3 years ago

As requested by the Health cluster

Kindly update the following activity into a new name Risk Community and Community Engagement to : Risk Communication and Community Engagement

Required todo : Update the database

fakhrihawari commented 3 years ago

Script: db.beneficiaries.find({activity_description_id:"risk_community_engagement",activity_description_name:"Risk Community and Community Engagement"}).count() db.targetbeneficiaries.find({activity_description_id:"risk_community_engagement",activity_description_name:"Risk Community and Community Engagement"}).count() db.budgetprogress.find({activity_description_id:"risk_community_engagement",activity_description_name:"Risk Community and Community Engagement"}).count()

db.beneficiaries.update({activity_description_id:"risk_community_engagement",activity_description_name:"Risk Community and Community Engagement"},{$set:{activity_description_name:"Risk Communication and Community Engagement"}},{multi:true})

db.targetbeneficiaries.update({activity_description_id:"risk_community_engagement",activity_description_name:"Risk Community and Community Engagement"},{$set:{activity_description_name:"Risk Communication and Community Engagement"}},{multi:true})

db.budgetprogress.update({activity_description_id:"risk_community_engagement",activity_description_name:"Risk Community and Community Engagement"},{$set:{activity_description_name:"Risk Communication and Community Engagement"}},{multi:true})

fakhrihawari commented 3 years ago

Updated on DEV and PROD