mirror of
https://github.com/balkian/gists.git
synced 2025-12-16 14:08:16 +00:00
Rename and download script
This commit is contained in:
@@ -0,0 +1 @@
|
||||
db.<collection_name>.find().forEach(function(d){ db.getSiblingDB('<new_database>')['<collection_name>'].insert(d); });
|
||||
Reference in New Issue
Block a user