Merge "filerepo: Partly revert timestamp database incompatibility fix"

This commit is contained in:
jenkins-bot 2022-11-04 16:40:55 +00:00 committed by Gerrit Code Review
commit dd443e9bde

View file

@ -1938,7 +1938,7 @@ class LocalFile extends File {
$logEntry->setParameters(
[
'img_sha1' => $this->sha1,
'img_timestamp' => $dbw->timestamp( $timestamp ),
'img_timestamp' => $timestamp,
]
);
// Note we keep $logId around since during new image