mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
Add token-access user refs to Project
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user