Notification_history: Rename event_time to send_time

This commit is contained in:
Alexander A. Klimov 2019-11-26 18:13:31 +01:00
parent ed1cede0a7
commit 0671d19e12
1 changed files with 1 additions and 1 deletions

View File

@ -1254,7 +1254,7 @@ void IcingaDB::SendSentNotification(
"author", Utility::ValidateUTF8(author),
"text", Utility::ValidateUTF8(finalText),
"users_notified", Convert::ToString(usersAmount),
"event_time", Convert::ToString(TimestampToMilliseconds(Utility::GetTime())),
"send_time", Convert::ToString(TimestampToMilliseconds(Utility::GetTime())),
"event_id", Utility::NewUniqueID(),
"event_type", "notification"
});