mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 13:02:03 +00:00
Revert "Add template id fields to project model"
This commit is contained in:
parent
57d50a68f8
commit
05faf06f59
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ 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…
Add table
Reference in a new issue