summaryrefslogtreecommitdiff
path: root/src/Models/EventConfig.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-08-21 14:22:31 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2019-08-21 14:22:31 +0200
commitefaf29e5ef020694849039713afa0027f92f6bbe (patch)
treefd96fcd0f460a180e2399a7de2174cee86faaf00 /src/Models/EventConfig.php
parent4d4fb81cd3dbe276f684feecd03c8fc49c700df0 (diff)
Metrics: Add database access time
Diffstat (limited to 'src/Models/EventConfig.php')
-rw-r--r--src/Models/EventConfig.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Models/EventConfig.php b/src/Models/EventConfig.php
index 576a8f0e..2dc6a3d8 100644
--- a/src/Models/EventConfig.php
+++ b/src/Models/EventConfig.php
@@ -35,6 +35,7 @@ class EventConfig extends BaseModel
'event_start' => 'date',
'event_end' => 'date',
'teardown_end' => 'date',
+ 'last_metrics' => 'datetime',
];
/** @var bool It could be interesting to know when a value changed the last time */