From 713f19a2016493b5fdbe31aad716b9b526b7c914 Mon Sep 17 00:00:00 2001 From: qowevisa Date: Tue, 29 Oct 2024 12:25:01 +0200 Subject: [PATCH] Add comment field for Item schema --- db/item.go | 1 + 1 file changed, 1 insertion(+) 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