mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-12 21:06:18 +00:00
add template id fields to project model
This commit is contained in:
parent
6088fcf82b
commit
ea736390a1
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ ProjectSchema = new Schema
|
|||
}
|
||||
tokenAccessReadOnly_refs : [ type:ObjectId, ref:'User' ]
|
||||
tokenAccessReadAndWrite_refs : [ type:ObjectId, ref:'User' ]
|
||||
templateId: { type: Number }
|
||||
templateVersionId: { type: Number }
|
||||
overleaf :
|
||||
id : { type: Number }
|
||||
imported_at_ver_id : { type: Number }
|
||||
|
|
Loading…
Add table
Reference in a new issue