Skip to content

Instantly share code, notes, and snippets.

@Alino
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alino/7773f507100863032769 to your computer and use it in GitHub Desktop.
Save Alino/7773f507100863032769 to your computer and use it in GitHub Desktop.
db.eshops
{
"_id" : ObjectId("53e87e239ae974e6a0a81004"),
"name" : "www.example.com",
"products" : [
{
"name" : "apple",
"status" : 1 //this got updated from 0 to 1
},
{
"name" : "banana",
"status" : 0
},
{
"name" : "iphone",
"status" : 0
},
{ // this was added, it didnt exist before
"name" : "notebook",
"status" : 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment