Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
435ea37c
Commit
435ea37c
authored
Jun 02, 2010
by
Andreas Kusalananda Kähäri
Browse files
Add new enums 'PATCH_FIX' and 'PATCH_NOVEL' to the exc_type field of the
assembly_exception table.
parent
703d4916
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sql/table.sql
sql/table.sql
+2
-1
No files found.
sql/table.sql
View file @
435ea37c
...
...
@@ -1271,7 +1271,8 @@ CREATE TABLE assembly_exception (
seq_region_id
INT
(
10
)
UNSIGNED
NOT
NULL
,
seq_region_start
INT
(
10
)
UNSIGNED
NOT
NULL
,
seq_region_end
INT
(
10
)
UNSIGNED
NOT
NULL
,
exc_type
ENUM
(
'HAP'
,
'PAR'
)
NOT
NULL
,
exc_type
ENUM
(
'HAP'
,
'PAR'
,
'PATCH_FIX'
,
'PATCH_NOVEL'
)
NOT
NULL
,
exc_seq_region_id
INT
(
10
)
UNSIGNED
NOT
NULL
,
exc_seq_region_start
INT
(
10
)
UNSIGNED
NOT
NULL
,
exc_seq_region_end
INT
(
10
)
UNSIGNED
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