Skip to content

Instantly share code, notes, and snippets.

@rupertbates
Created December 19, 2012 10:27
Show Gist options
  • Save rupertbates/4335789 to your computer and use it in GitHub Desktop.
Save rupertbates/4335789 to your computer and use it in GitHub Desktop.
Add a field to all records in a Mongo collection
db.registration.update({},{$set : { "receiveNewsAlerts" : true}} , true, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment