Skip to content
Snippets Groups Projects
Commit b311170b authored by brinn's avatar brinn
Browse files

change: describe SRF file format type

SVN: 10708
parent f62a409b
No related branches found
No related tags found
No related merge requests found
...@@ -262,7 +262,7 @@ insert into file_format_types ...@@ -262,7 +262,7 @@ insert into file_format_types
values values
(nextval('FILE_FORMAT_TYPE_ID_SEQ') (nextval('FILE_FORMAT_TYPE_ID_SEQ')
,'SRF' ,'SRF'
,'SRF File' ,'Sequence Read Format File'
,(select id from database_instances where code = 'SYSTEM_DEFAULT') ,(select id from database_instances where code = 'SYSTEM_DEFAULT')
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment