AcknowledgementHistory#Author: make missing value NULL, not ""

refs #305
This commit is contained in:
Alexander A. Klimov 2021-08-04 12:02:08 +02:00
parent 261c5aab8d
commit ec37415261

View file

@ -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"`