Add token-access user refs to Project

This commit is contained in:
Shane Kilkelly 2017-09-19 09:27:22 +01:00
parent 8fece2d5f0
commit c87df7be79

View file

@ -36,6 +36,8 @@ ProjectSchema = new Schema
tokens :
readOnly : { type: String }
readAndWrite : { type: String }
tokenAccessReadOnly_refs : [ type:ObjectId, ref:'User' ]
tokenAccessReadAndWrite_refs : [ type:ObjectId, ref:'User' ]
overleaf :
id : { type: Number }
imported_at_ver_id : { type: Number }