Skip to content
Snippets Groups Projects
Commit d442374c authored by Magali Ruffier's avatar Magali Ruffier
Browse files

ENSCORESW-308: updated schema with is_obsolete

parent 666a547b
No related branches found
No related tags found
No related merge requests found
......@@ -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`),
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment