Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Oct 24, 2024
1 parent 17cefb7 commit ffc2d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Migration/Version070002Date20241020160425.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $
);

$qbSelect = $this->connection->getQueryBuilder();
$qbSelect->select('user', 'path', $qbSelect->createFunction('COUNT(*)'), $qbSelect->createFunction('MAX(id)'))
$qbSelect->select('user', 'path', $qbSelect->createFunction('COUNT(*)'), $qbSelect->createFunction('MAX(id)'))
->from('gpxpod_directories')
->having('COUNT(*) > 1')
->groupBy('user', 'path');
Expand Down

0 comments on commit ffc2d65

Please sign in to comment.