mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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
|
downgraded: Boolean
|
||||||
planCode: String
|
planCode: String
|
||||||
allowed: {type: Boolean, default: true}
|
allowed: {type: Boolean, default: true}
|
||||||
|
overleaf:
|
||||||
|
id: { type: Number }
|
||||||
|
|
||||||
|
|
||||||
SubscriptionSchema.statics.findAndModify = (query, update, callback)->
|
SubscriptionSchema.statics.findAndModify = (query, update, callback)->
|
||||||
|
|
Loading…
Reference in a new issue