mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
use epoch to compare timestamp
This commit is contained in:
@@ -80,7 +80,7 @@ type AlertNotificationJournal struct {
|
||||
OrgId int64
|
||||
AlertId int64
|
||||
NotifierId int64
|
||||
SentAt time.Time
|
||||
SentAt int64
|
||||
Success bool
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@ type RecordNotificationJournalCommand struct {
|
||||
OrgId int64
|
||||
AlertId int64
|
||||
NotifierId int64
|
||||
SentAt time.Time
|
||||
SentAt int64
|
||||
Success bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user