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…
Reference in New Issue