Skip to content

Commit

Permalink
fix(exports): remove expensive unneeded DISTINCT from student tasks q…
Browse files Browse the repository at this point in the history
…uery
  • Loading branch information
themightychris committed Oct 25, 2021
1 parent cae477d commit 4376dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-exporters/slate-cbl/student-tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
// build rows
$result = DB::query(
'
SELECT DISTINCT %2$s.*
SELECT %2$s.*
FROM `%1$s` %2$s
%3$s
WHERE ((%4$s)
Expand Down

0 comments on commit 4376dbb

Please sign in to comment.