Skip to content

Commit

Permalink
include tenant in json
Browse files Browse the repository at this point in the history
  • Loading branch information
gewo committed Dec 10, 2015
1 parent ddd2e9d commit 7e07257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type Event struct {
Fields string `sql:"size:1024" json:"fields"`
Tags string `sql:"size:1024" json:"tags"`
Note string `sql:"size:1024" json:"note"`
Tenant string `sql:"size:30" json:"-"`
Tenant string `sql:"size:30" json:"tenant"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
DeletedAt time.Time `json:"-"`
Expand Down

0 comments on commit 7e07257

Please sign in to comment.