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
d442374c
Commit
d442374c
authored
Apr 05, 2013
by
Magali Ruffier
Browse files
ENSCORESW-308
: updated schema with is_obsolete
parent
666a547b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
150 additions
and
149 deletions
+150
-149
modules/t/test-genome-DBs/ontology/ontology/term.sql
modules/t/test-genome-DBs/ontology/ontology/term.sql
+1
-0
modules/t/test-genome-DBs/ontology/ontology/term.txt
modules/t/test-genome-DBs/ontology/ontology/term.txt
+149
-149
No files found.
modules/t/test-genome-DBs/ontology/ontology/term.sql
View file @
d442374c
...
...
@@ -8,6 +8,7 @@ CREATE TABLE `term` (
`name`
varchar
(
255
)
NOT
NULL
,
`definition`
text
,
`is_root`
int
(
11
)
DEFAULT
NULL
,
`is_obsolete`
int
(
11
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`term_id`
),
UNIQUE
KEY
`accession_idx`
(
`accession`
),
UNIQUE
KEY
`ontology_acc_idx`
(
`ontology_id`
,
`accession`
),
...
...
modules/t/test-genome-DBs/ontology/ontology/term.txt
View file @
d442374c
This diff is collapsed.
Click to expand it.
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