Skip to content

Commit

Permalink
adress review
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Jan 28, 2025
1 parent 916c307 commit 3be6556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object CurrentProcessingPipelineTable : Table(CURRENT_PROCESSING_PIPELINE_TABLE_

fun pipelineNeedsUpdate(foundVersion: Long, organism: String) = CurrentProcessingPipelineTable
.selectAll()
.where { versionColumn neq foundVersion }
.where { versionColumn less foundVersion }
.andWhere { organismColumn eq organism }
.limit(1)
.empty()
Expand Down

0 comments on commit 3be6556

Please sign in to comment.