Skip to content

Instantly share code, notes, and snippets.

@konklone
Created April 16, 2010 16:40
Show Gist options
  • Save konklone/368651 to your computer and use it in GitHub Desktop.
Save konklone/368651 to your computer and use it in GitHub Desktop.
$ mongo
MongoDB shell version: 1.4.0
url: test
connecting to: test
type "help" for help
> use drumbone
switched to db drumbone
> db.legislators.update({}, {$unset: {resolutions_sponsored: 1}}, false, true)
Invalid modifier specified $unset
>
$ mongo
MongoDB shell version: 1.4.0
url: test
connecting to: test
type "help" for help
> use drumbone
switched to db drumbone
> db.legislators.update({}, {$unset: {resolutions_sponsored: 1}}, false, true)
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment