Skip to content

Commit

Permalink
Merge branch 'app_version' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
gewo committed Dec 15, 2015
2 parents f95d854 + b1778ad commit 0f53dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ type Event struct {
Id int64 `json:"id"`
DeviceId string `sql:"size:40" json:"deviceId"`
Identifier string `sql:"size:6" json:"identifier"`
AppVersion string `sql:"size:20" json:"AppVersion"`
MeasuredAt time.Time `json:"measuredAt"`
Measurement string `sql:"size:1024" json:"measurement"`
Value float64 `json:"value"`
Expand Down

0 comments on commit 0f53dcb

Please sign in to comment.