use epoch to compare timestamp

This commit is contained in:
bergquist
2018-06-16 00:03:13 +02:00
parent 72224dbe37
commit c21938d4c4
5 changed files with 25 additions and 26 deletions

View File

@@ -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
}