Paramètre undefined
, Cela a fonctionné comme un charme !!
db.properties.find(query).forEach(function(prop){
db.properties.update(query, {$set:{ua: prop.val, val:undefined}});
});
Paramètre undefined
, Cela a fonctionné comme un charme !!
db.properties.find(query).forEach(function(prop){
db.properties.update(query, {$set:{ua: prop.val, val:undefined}});
});