Skip to content

Instantly share code, notes, and snippets.

@lefnire
Created December 10, 2014 21:37
Show Gist options
  • Save lefnire/78273d2a8e2719b29fcb to your computer and use it in GitHub Desktop.
Save lefnire/78273d2a8e2719b29fcb to your computer and use it in GitHub Desktop.
db.users.update(
{'purchased.plan.consecutive.count':{$gte:1}},
{$inc:{'purchased.plan.consecutive.count':1}}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment