Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save artembeloglazov/07e249634ce54053a15cdc7af7ada840 to your computer and use it in GitHub Desktop.
Save artembeloglazov/07e249634ce54053a15cdc7af7ada840 to your computer and use it in GitHub Desktop.
db.getCollection('matching_api').find({}).forEach( function(x){db.getCollection('matching_api_copy').insert(x)} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment