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

scripts.1.0.0.2-remove-members.js Maven / Gradle / Ivy

The newest version!
db.applications.update(
    {},
    {$unset: {members: ""}},
    {multi: true}
);
db.apis.update(
    {},
    {$unset: {members: ""}},
    {multi: true}
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy