mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Db: one more thing to do
This commit is contained in:
parent
99a427c217
commit
29168cbd85
@ -205,6 +205,7 @@ class Db extends DbConnection
|
|||||||
|
|
||||||
$lastRun->order('start_time DESC')->limit(1);
|
$lastRun->order('start_time DESC')->limit(1);
|
||||||
$checksum = $db->fetchOne($lastRun);
|
$checksum = $db->fetchOne($lastRun);
|
||||||
|
// TODO: Postgres decoding?
|
||||||
|
|
||||||
return $this->fetchImportedRowsetRows($checksum, $columns);
|
return $this->fetchImportedRowsetRows($checksum, $columns);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user