Skip to content

Instantly share code, notes, and snippets.

@rjmacarthy
Last active March 24, 2017 10:22
Show Gist options
  • Select an option

  • Save rjmacarthy/099d164c5c994329da1e to your computer and use it in GitHub Desktop.

Select an option

Save rjmacarthy/099d164c5c994329da1e to your computer and use it in GitHub Desktop.
Update model via mongodb shell:
db.model.update({"_id" : ObjectId("id")}, { $set : { thing : "tothing"}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment