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

scripts.1.1.0.1-update-plan.js Maven / Gradle / Ivy

The newest version!
db.plans.find().forEach(
    function(plan) {
        db.plans.updateOne({_id: plan._id}, {$set: {status: 'PUBLISHED'}}, { upsert: true} );
    }
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy