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:
Chrystal Maria Griffiths 2018-11-13 10:33:18 +00:00 committed by sharelatex
parent afbeec3b02
commit c4201ab158

View file

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