diff --git a/platform/types/feature.go b/platform/types/feature.go index 438b97ad..1b73c9e1 100644 --- a/platform/types/feature.go +++ b/platform/types/feature.go @@ -4,5 +4,5 @@ type Feature struct { ID int32 `db:"id" json:"id"` Location Location `db:"location" json:"location"` SiteID int32 `db:"site_id" json:"-"` - Type string `db:"-" json:"type"` + Type string `db:"type" json:"type"` }