mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 14:21:09 +00:00
Add overleaf id to user schema
This commit is contained in:
parent
5b3fbe47db
commit
c8977ab9d6
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ SubscriptionSchema = new Schema
|
|||
downgraded: Boolean
|
||||
planCode: String
|
||||
allowed: {type: Boolean, default: true}
|
||||
overleaf:
|
||||
id: { type: Number }
|
||||
|
||||
|
||||
SubscriptionSchema.statics.findAndModify = (query, update, callback)->
|
||||
|
|
Loading…
Reference in a new issue