Skip to content

Instantly share code, notes, and snippets.

@Sedward
Created March 24, 2011 23:26
Show Gist options
  • Save Sedward/886096 to your computer and use it in GitHub Desktop.
Save Sedward/886096 to your computer and use it in GitHub Desktop.
unset a key in mongodb
db.tweets.update({}, {'$unset' : {'reply_count' :1}}, false, true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment