Last active
August 25, 2015 21:01
-
-
Save qharlie/31b8e88f7717db2f6978 to your computer and use it in GitHub Desktop.
This file contains 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.podsv2.find().forEach(function (pod) { | |
pod.author = db.getSiblingDB('mlpishared').users.findOne({_id: pod.authorId}); | |
print(pod.author.firstName); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment