Last active
April 17, 2018 18:00
-
-
Save p3x-robot/440781e013c6a71b6f42dbd3250a9acf to your computer and use it in GitHub Desktop.
MongoDB replicate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db.financialdocuments.insertMany( | |
db.financialdocuments.find( | |
{}, | |
{'_id': false} | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment