We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26001ce commit 5284acfCopy full SHA for 5284acf
1 file changed
lib/private/Preview/BackgroundCleanupJob.php
@@ -86,7 +86,8 @@ private function getOldPreviewLocations(): \Iterator {
86
$qb->selectDistinct('a.name')
87
->from('filecache', 'a')
88
->leftJoin('a', 'filecache', 'b', $qb->expr()->eq(
89
- $qb->expr()->castColumn('a.name', IQueryBuilder::PARAM_INT), 'b.fileid'
+ $qb->expr()->castColumn('a.name', IQueryBuilder::PARAM_INT),
90
+ $qb->expr()->castColumn('b.fileid', IQueryBuilder::PARAM_INT)
91
))
92
->leftJoin('a', 'filecache', 'c', $qb->expr()->eq(
93
'a.fileid', 'c.parent'
0 commit comments