mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
added customAccount to subscription model
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user