diff --git a/db/item.go b/db/item.go index 6134955..4bde8bf 100644 --- a/db/item.go +++ b/db/item.go @@ -7,6 +7,7 @@ type Item struct { Name string MetricType string MetricValue uint64 + Comment string // CategoryID uint Category *Category