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

scripts.1.5.0.2-update-pages.js Maven / Gradle / Ivy

The newest version!
db.pages.find().forEach(
    function(page) {
        db.pages.updateOne({_id: page._id}, {$set: {homepage: false}}, { upsert: true} );
    }
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy