Created
August 6, 2014 18:04
-
-
Save heukirne/db2a15bbb8a1fbc3535d to your computer and use it in GitHub Desktop.
sharelatex docHistorystructure
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.docHistory.findOne(); | |
{ | |
"doc_id" : ObjectId("53e10cd475dd421727dfc825"), | |
"project_id" : ObjectId("53e10cd275dd421727dfc823"), | |
"op" : [ | |
{ | |
"p" : 36, | |
"d" : "The Hitchhiker's Guide to the Galaxy" | |
} | |
], | |
"meta" : { | |
"user_id" : "53e10cc175dd421727dfc821", | |
"start_ts" : 1407347608317, | |
"end_ts" : 1407347608317 | |
}, | |
"v" : 0, | |
"_id" : ObjectId("53e26baaf934554927000001") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment