Skip to content

Instantly share code, notes, and snippets.

@edwinpgm
Created December 3, 2018 20:15
Show Gist options
  • Save edwinpgm/f156c05d6eae67551324d85da56314a2 to your computer and use it in GitHub Desktop.
Save edwinpgm/f156c05d6eae67551324d85da56314a2 to your computer and use it in GitHub Desktop.
Unset campos en mongodb
db.users.update({email: "[email protected]"}, {$unset: {taskActive: ""}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment