Skip to content

Instantly share code, notes, and snippets.

@codedmart
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save codedmart/838ccc11a525bdcb4e9e to your computer and use it in GitHub Desktop.

Select an option

Save codedmart/838ccc11a525bdcb4e9e to your computer and use it in GitHub Desktop.
[
{
"array": [
{
"id": "0"
},
{
"id": "1"
}
] ,
"id": "0" ,
"statFavorites": 0 ,
"statViews": 0 ,
"status": 1
},
{
"array": [
{
"id": "0"
},
{
"id": "1"
}
] ,
"id": "1" ,
"statFavorites": 0 ,
"statViews": 0 ,
"status": 1
}
]
r.db('db').table('table')('array').forEach(function(cp){
return cp.update({testing: 'tested'});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment