mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 21:01:11 +00:00
Merge pull request #755 from sharelatex/afc-import-team-names
Import team names
This commit is contained in:
commit
5821d2c981
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…
Reference in a new issue