SoftwareinfrastructuremongodbUpdate All Documents in CollectionUpdate All in Collection db.getCollection('users').updateMany( {}, { $set: { hash: {...}})