Merge pull request #755 from sharelatex/afc-import-team-names

Import team names
This commit is contained in:
Alberto Fernández-Capel 2018-07-17 10:05:38 +01:00 committed by GitHub
commit 5821d2c981

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}