Skip to content

Instantly share code, notes, and snippets.

@expalmer
Created May 19, 2015 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expalmer/2433e7eb7cd4e685323f to your computer and use it in GitHub Desktop.
Save expalmer/2433e7eb7cd4e685323f to your computer and use it in GitHub Desktop.
MONGODB
// remove item from array
db.books.update({ '_id': ObjectId("555a412de01a9d4064ed5102")},{ $pull: { "lines": true }}, false, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment