mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
NotificationHistory: Replace send_time w/ event_time
This commit is contained in:
parent
9e43d4e141
commit
378d065d33
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ class NotificationHistory extends Model
|
|||
'service_id',
|
||||
'notification_id',
|
||||
'type',
|
||||
'send_time',
|
||||
'event_time',
|
||||
'state',
|
||||
'previous_hard_state',
|
||||
'author',
|
||||
|
|
@ -41,7 +41,7 @@ class NotificationHistory extends Model
|
|||
public function createBehaviors(Behaviors $behaviors)
|
||||
{
|
||||
$behaviors->add(new Timestamp([
|
||||
'send_time'
|
||||
'event_time'
|
||||
]));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue