Last active
March 24, 2017 10:22
-
-
Save rjmacarthy/099d164c5c994329da1e to your computer and use it in GitHub Desktop.
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
| 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