mirror of
https://github.com/balkian/gists.git
synced 2024-12-03 13:52:28 +00:00
Add 'repos/25131ca85f4f86c8d57c/' from commit 'fb3527d971e1d4fefec8d19a3004e239927e388a'
git-subtree-dir: repos/25131ca85f4f86c8d57c git-subtree-mainline:ae01b4a7e5
git-subtree-split:fb3527d971
This commit is contained in:
commit
59e5d08d0a
1
repos/25131ca85f4f86c8d57c/copyMongo.js
Normal file
1
repos/25131ca85f4f86c8d57c/copyMongo.js
Normal file
@ -0,0 +1 @@
|
||||
db.<collection_name>.find().forEach(function(d){ db.getSiblingDB('<new_database>')['<collection_name>'].insert(d); });
|
Loading…
Reference in New Issue
Block a user