mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add token-access user refs to Project
This commit is contained in:
parent
8fece2d5f0
commit
c87df7be79
1 changed files with 2 additions and 0 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue