Skip to content

Instantly share code, notes, and snippets.

@pulse00
Created June 3, 2014 13:09
Show Gist options
  • Save pulse00/2862fbe477e5175f110b to your computer and use it in GitHub Desktop.
Save pulse00/2862fbe477e5175f110b to your computer and use it in GitHub Desktop.
db.getCollectionNames().forEach(function(c) {
if(c.indexOf("system.") == -1) {
db.getCollection(c).drop();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment