Skip to content
Snippets Groups Projects
Commit 93cf124c authored by Jessica Severin's avatar Jessica Severin
Browse files

switched analysis_stats.status default back to 'READY' so as not to trigger

sync unless some jobs have been loaded.
parent 8d1fd3b3
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ CREATE TABLE analysis_data (
CREATE TABLE analysis_stats (
analysis_id int(10) NOT NULL,
status enum('BLOCKED', 'LOADING', 'READY', 'WORKING', 'ALL_CLAIMED', 'DONE')
DEFAULT 'LOADING' NOT NULL,
DEFAULT 'READY' NOT NULL,
batch_size int(10) default 1 NOT NULL,
hive_capacity int(10) default 1 NOT NULL,
total_job_count int(10) NOT NULL,
......
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