Skip to content

Commit

Permalink
NGSD: Added device type 'Revio'
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-sturm committed Jan 16, 2025
1 parent 2e1dc5e commit 8b4aeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cppNGSD/resources/NGSD_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ DEFAULT CHARACTER SET = utf8;
CREATE TABLE IF NOT EXISTS `device`
(
`id` INT(11) NOT NULL AUTO_INCREMENT,
`type` ENUM('GAIIx','MiSeq','HiSeq2500','NextSeq500','NovaSeq5000','NovaSeq6000', 'MGI-2000','SequelII','PromethION', 'NovaSeqXPlus') NOT NULL,
`type` ENUM('GAIIx','MiSeq','HiSeq2500','NextSeq500','NovaSeq5000','NovaSeq6000', 'MGI-2000','SequelII','PromethION', 'NovaSeqXPlus', 'Revio') NOT NULL,
`name` VARCHAR(45) NOT NULL,
`comment` TEXT NULL DEFAULT NULL,
PRIMARY KEY (`id`),
Expand Down

0 comments on commit 8b4aeb5

Please sign in to comment.