mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04: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);
|
||||
$checksum = $db->fetchOne($lastRun);
|
||||
// TODO: Postgres decoding?
|
||||
|
||||
return $this->fetchImportedRowsetRows($checksum, $columns);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user