Skip to content

Commit

Permalink
Dropped limit in query
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldtan authored Oct 23, 2018
1 parent 691a09b commit a8d0d88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/rawpheno.rawdata.form.inc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function rawpheno_rawdata($form, &$form_state) {
SELECT string_agg(DISTINCT all_traits, ',') AS all_traits
FROM {rawpheno_rawdata_mview}
WHERE plant_id IN (SELECT plant_id FROM pheno_plant_project WHERE project_id = :project_id)
LIMIT 1
) AS list_id
)::int[])
) AS c_j
Expand Down

0 comments on commit a8d0d88

Please sign in to comment.