Skip to content
Snippets Groups Projects
Commit c7d16f3f authored by Leo Gordon's avatar Leo Gordon
Browse files

typo bugfix: jobs-->job in SQL

parent be27ccce
No related branches found
No related tags found
No related merge requests found
......@@ -710,7 +710,7 @@ sub reset_jobs_for_analysis_id {
my ($self, $analysis_id, $all) = @_;
my $sql = qq{
UPDATE jobs
UPDATE job
SET retry_count = CASE WHEN (status='COMPILATION' OR status='READY' OR status='CLAIMED') THEN 0 ELSE 1 END
, status='READY'
WHERE analysis_id=?
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment