mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-26 17:34:50 +00:00
Merge pull request #1133 from sharelatex/hb-team-notice-admin
Add team name and notice to v2 admin GitOrigin-RevId: 9f543a7be9beade2528f9ae378870aba93f99383
This commit is contained in:
parent
afbeec3b02
commit
c4201ab158
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ SubscriptionSchema = new Schema
|
|||
teamInvites : [ TeamInviteSchema ]
|
||||
recurlySubscription_id : String
|
||||
teamName : {type: String}
|
||||
teamNotice : {type: String}
|
||||
planCode : {type: String}
|
||||
groupPlan : {type: Boolean, default: false}
|
||||
membersLimit: {type:Number, default:0}
|
||||
|
|
Loading…
Reference in a new issue