All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.1.23.0.1-set-groups-invitation-mode.js Maven / Gradle / Ivy

The newest version!
db.groups.find().forEach( function(group) {
  db.groups.updateOne(
    { _id: group._id },
    {
      $set: { "systemInvitation" : true }
    });
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy