MinutesSchema.getCollection().update({},
            {$unset: { participantsAdditional: 1 }},
            {multi: true, bypassCollection2: true});