Created
December 3, 2018 20:15
-
-
Save edwinpgm/f156c05d6eae67551324d85da56314a2 to your computer and use it in GitHub Desktop.
Unset campos en mongodb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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