diff --git a/pkg/icingadb/v1/history/ack.go b/pkg/icingadb/v1/history/ack.go index ba9a373c..094a7e43 100644 --- a/pkg/icingadb/v1/history/ack.go +++ b/pkg/icingadb/v1/history/ack.go @@ -22,7 +22,7 @@ type AcknowledgementHistory struct { HistoryTableMeta `json:",inline"` AckHistoryUpserter `json:",inline"` SetTime types.UnixMilli `json:"set_time"` - Author string `json:"author"` + Author types.String `json:"author"` Comment types.String `json:"comment"` ExpireTime types.UnixMilli `json:"expire_time"` IsPersistent types.Bool `json:"is_persistent"`