mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Re-add template id fields to Project model.
The original pull request (/web-sharelatex-internal/pull/324) had to be reverted because of a failing test. This just re-adds the fields
This commit is contained in:
parent
baf46628ab
commit
b19f7a6ea3
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ ProjectSchema = new Schema
|
|||
}
|
||||
tokenAccessReadOnly_refs : [ type:ObjectId, ref:'User' ]
|
||||
tokenAccessReadAndWrite_refs : [ type:ObjectId, ref:'User' ]
|
||||
fromV1TemplateId: { type: Number }
|
||||
fromV1TemplateVersionId: { type: Number }
|
||||
overleaf :
|
||||
id : { type: Number }
|
||||
imported_at_ver_id : { type: Number }
|
||||
|
|
Loading…
Reference in a new issue