Created
February 1, 2013 20:08
-
-
Save werkshy/4693760 to your computer and use it in GitHub Desktop.
Example document
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
PRIMARY> db.summaryLogEvent.findOne({ organizationId: 242, day: "20130201" }) | |
{ | |
"_id" : ObjectId("510b0631b7458ea19c48ea32"), | |
"day" : "20130201", | |
"hours" : { | |
"0" : { | |
"minutes" : { | |
"0" : { | |
"h" : 70, | |
"h2" : 5, | |
"hp" : 1, | |
"o" : 148, | |
"of" : 19 | |
}, | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment