mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added customAccount to subscription model
This commit is contained in:
parent
7b37bed2cd
commit
40c3c3e1ce
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ SubscriptionSchema = new Schema
|
|||
planCode : {type: String}
|
||||
groupPlan : {type: Boolean, default: false}
|
||||
membersLimit: {type:Number, default:0}
|
||||
customAccount: Boolean
|
||||
freeTrial:
|
||||
expiresAt: Date
|
||||
downgraded: Boolean
|
||||
|
|
Loading…
Reference in a new issue