Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created August 4, 2014 16:35
Show Gist options
  • Save fsouza/5e65879c5547fe753f48 to your computer and use it in GitHub Desktop.
Save fsouza/5e65879c5547fe753f48 to your computer and use it in GitHub Desktop.
db.service_instances.find().forEach(function(instance) {
instance.teamowner = instance.teams[0];
db.service_instances.save(instance);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment