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
b005b004
Commit
b005b004
authored
Feb 16, 2005
by
Jessica Severin
Browse files
added 'SYNCHING' status to analysis_stats
parent
dc9721d3
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 @
b005b004
...
...
@@ -228,7 +228,7 @@ CREATE TABLE analysis_data (
CREATE
TABLE
analysis_stats
(
analysis_id
int
(
10
)
NOT
NULL
,
status
enum
(
'BLOCKED'
,
'LOADING'
,
'READY'
,
'WORKING'
,
'ALL_CLAIMED'
,
'DONE'
)
status
enum
(
'BLOCKED'
,
'LOADING'
,
'SYNCHING'
,
'READY'
,
'WORKING'
,
'ALL_CLAIMED'
,
'DONE'
)
DEFAULT
'READY'
NOT
NULL
,
batch_size
int
(
10
)
default
1
NOT
NULL
,
avg_msec_per_job
int
(
10
)
default
0
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