alerting: fixes broken table rename

This commit is contained in:
bergquist
2018-06-05 14:29:48 +02:00
parent ab70ead5e4
commit 171a38df99
2 changed files with 38 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ type GetAllAlertNotificationsQuery struct {
Result []*AlertNotification
}
type NotificationJournal struct {
type AlertNotificationJournal struct {
Id int64
OrgId int64
AlertId int64
@@ -97,7 +97,7 @@ type GetLatestNotificationQuery struct {
AlertId int64
NotifierId int64
Result *NotificationJournal
Result *AlertNotificationJournal
}
type CleanNotificationJournalCommand struct {