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
3bcd98ee
Commit
3bcd98ee
authored
May 28, 2008
by
Javier Herrero
Browse files
Just getting rid of an extra comma
parent
15fbc94f
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 @
3bcd98ee
...
...
@@ -24,7 +24,7 @@ CREATE TABLE hive (
died
datetime
DEFAULT
NULL
,
cause_of_death
enum
(
''
,
'NO_WORK'
,
'JOB_LIMIT'
,
'HIVE_OVERLOAD'
,
'LIFESPAN'
,
'FATALITY'
)
DEFAULT
''
NOT
NULL
,
PRIMARY
KEY
(
hive_id
),
INDEX
analysis_status
(
analysis_id
,
status
)
,
INDEX
analysis_status
(
analysis_id
,
status
)
);
...
...
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