mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 00:57:18 +00:00
Add team name to subscription model
This commit is contained in:
parent
46a1cdc510
commit
79ada88b13
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ SubscriptionSchema = new Schema
|
|||
invited_emails: [ String ]
|
||||
teamInvites : [ TeamInviteSchema ]
|
||||
recurlySubscription_id : String
|
||||
teamName : {type: String}
|
||||
planCode : {type: String}
|
||||
groupPlan : {type: Boolean, default: false}
|
||||
membersLimit: {type:Number, default:0}
|
||||
|
|
Loading…
Add table
Reference in a new issue