mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
AcknowledgementHistory#Author: make missing value NULL, not ""
refs #305
This commit is contained in:
parent
261c5aab8d
commit
ec37415261
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue