1
0
Fork 0
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:
Alberto Fernández Capel 2018-07-13 11:11:04 +01:00
parent 46a1cdc510
commit 79ada88b13

View file

@ -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}