Skip to content
Snippets Groups Projects
Commit 2567e962 authored by Albert Vilella's avatar Albert Vilella
Browse files

the deletion of the method is done in the right place now - still, be careful...

the deletion of the method is done in the right place now - still, be careful about using this method - Albert Vilella and Michael Schuster
parent 8381e482
No related branches found
No related tags found
No related merge requests found
......@@ -666,8 +666,6 @@ sub remove_analysis_id {
my $sql;
#first just reset the claimed jobs, these don't need a retry_count index increment
$sql = "DELETE FROM analysis WHERE analysis_id=$analysis_id";
$self->dbc->do($sql);
$sql = "DELETE FROM analysis_stats WHERE analysis_id=$analysis_id";
$self->dbc->do($sql);
$sql = "DELETE FROM analysis_job WHERE analysis_id=$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