From 799215ee2278b162d4e113c498424fdda817e83b Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Wed, 17 Jun 2015 12:07:35 -0400 Subject: move valet feature switch to DB from config --- model/team.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model/team.go') diff --git a/model/team.go b/model/team.go index a510cde78..5c66f3b1f 100644 --- a/model/team.go +++ b/model/team.go @@ -24,6 +24,7 @@ type Team struct { Type string `json:"type"` CompanyName string `json:"company_name"` AllowedDomains string `json:"allowed_domains"` + AllowValet bool `json:"allow_valet"` } type Invites struct { -- cgit v1.2.3-1-g7c22