Skip to content

Commit ffa459c

Browse files
committed
Update taxon ranks for static database
1 parent 79e59d8 commit ffa459c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workflows/static_database/structure.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ CREATE TABLE IF NOT EXISTS `taxons` (
3838

3939
CREATE TABLE `lineages` (
4040
`taxon_id` INT NOT NULL ,
41-
`superkingdom` INT NULL DEFAULT NULL ,
41+
`domain` INT NULL DEFAULT NULL ,
42+
`realm` INT NULL DEFAULT NULL ,
4243
`kingdom` INT NULL DEFAULT NULL ,
4344
`subkingdom` INT NULL DEFAULT NULL ,
4445
`superphylum` INT NULL DEFAULT NULL ,

0 commit comments

Comments
 (0)