mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 01:03:22 +00:00
doc model no longer has lines or rev in it
This commit is contained in:
parent
fe3b9bf07a
commit
9805c6a9ff
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ ObjectId = Schema.ObjectId
|
|||
|
||||
DocSchema = new Schema
|
||||
name : {type:String, default:'new doc'}
|
||||
lines : [{}]
|
||||
rev : {type:Number, default:0}
|
||||
|
||||
|
||||
mongoose.model 'Doc', DocSchema
|
||||
|
|
Loading…
Add table
Reference in a new issue