Skip to content

Instantly share code, notes, and snippets.

@heukirne
Created August 6, 2014 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heukirne/db2a15bbb8a1fbc3535d to your computer and use it in GitHub Desktop.
Save heukirne/db2a15bbb8a1fbc3535d to your computer and use it in GitHub Desktop.
sharelatex docHistorystructure
> 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