Skip to content

Commit

Permalink
fix: nextcloud.f.status isn't in GROUP BY
Browse files Browse the repository at this point in the history
SQLSTATE[42000]: Syntax error or access violation: 1055 'nextcloud.f.status' isn't in GROUP BY"

Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Mar 28, 2024
1 parent 6cc0264 commit 21b4b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Db/AccountFileMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ private function getUserAccountFile(array $filter = [], bool $count = false): Pa
'f.uuid',
'f.name',
'f.callback',
'f.status',
'f.node_id',
'f.created_at',
'af.file_type',
Expand Down

0 comments on commit 21b4b7d

Please sign in to comment.