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
1c30321e
Commit
1c30321e
authored
Jul 16, 2004
by
Jessica Severin
Browse files
added FAILED to analysis_job status types
parent
eae8c3f1
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 @
1c30321e
...
...
@@ -153,7 +153,7 @@ CREATE TABLE analysis_job (
input_id
varchar
(
100
)
not
null
,
job_claim
varchar
(
40
)
NOT
NULL
default
''
,
#
UUID
hive_id
int
(
10
)
NOT
NULL
,
status
enum
(
'READY'
,
'BLOCKED'
,
'CLAIMED'
,
'GET_INPUT'
,
'RUN'
,
'WRITE_OUTPUT'
,
'DONE'
)
DEFAULT
'READY'
NOT
NULL
,
status
enum
(
'READY'
,
'BLOCKED'
,
'CLAIMED'
,
'GET_INPUT'
,
'RUN'
,
'WRITE_OUTPUT'
,
'DONE'
,
'FAILED'
)
DEFAULT
'READY'
NOT
NULL
,
retry_count
int
(
10
)
default
0
not
NULL
,
completed
datetime
NOT
NULL
,
branch_code
int
(
10
)
default
1
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