add template id fields to project model

This commit is contained in:
hugh-obrien 2018-02-11 16:58:45 +00:00
parent 6088fcf82b
commit ea736390a1

View file

@ -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 }