Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Jan 23, 2025
1 parent 77c4e69 commit c245094
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/main/resources/db/migration/V1__init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ from
left join all_external_metadata on
all_external_metadata.accession = sequence_entries_preprocessed_data.accession
and all_external_metadata.version = sequence_entries_preprocessed_data.version
-- TODO here we also need to add the organism
and sequence_entries_preprocessed_data.pipeline_version = (select version from current_processing_pipeline);


Expand All @@ -127,7 +126,6 @@ from
left join sequence_entries_preprocessed_data sepd on
se.accession = sepd.accession
and se.version = sepd.version
-- TODO we need to pass in the organism here
and sepd.pipeline_version = (select version from current_processing_pipeline)
left join external_metadata_view em on
se.accession = em.accession
Expand Down

0 comments on commit c245094

Please sign in to comment.