Skip to content

Commit 179fb53

Browse files
committed
remove left join
1 parent 7e75e08 commit 179fb53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

microsetta_private_api/repo/admin_repo.py

-3
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,6 @@ def _rows_to_dicts_list(rows):
409409
LEFT JOIN
410410
barcodes.sample_observations so
411411
ON bso.observation_id = so.observation_id
412-
LEFT JOIN
413-
barcodes.sample_observation_project_associations sopa
414-
ON so.observation_id = sopa.observation_id
415412
WHERE
416413
bs.barcode = %s
417414
GROUP BY

0 commit comments

Comments
 (0)