Skip to content

Commit

Permalink
fix length of line of the group by
Browse files Browse the repository at this point in the history
  • Loading branch information
cmadjar committed May 2, 2023
1 parent 517369c commit 222fe37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/mri_violations/php/provisioner.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ class Provisioner extends \LORIS\Data\Provisioners\DBRowProvisioner
)
LEFT JOIN psc p ON (p.CenterID = s.CenterID)
GROUP BY PatientName, TimeRun, Project, Cohort, MincFile,
Scan_type, SeriesUID, Site, hash, Resolved, TarchiveID, CandID, PSCID
Scan_type, SeriesUID, Site, hash, Resolved, TarchiveID,
CandID, PSCID
UNION
SELECT PatientName,
TimeRun,
Expand Down

0 comments on commit 222fe37

Please # to comment.