Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
93cf124c
Commit
93cf124c
authored
Nov 19, 2004
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql/tables.sql
sql/tables.sql
+1
-1
No files found.
sql/tables.sql
View file @
93cf124c
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment