Skip to content
Snippets Groups Projects
Commit 8b2fe021 authored by Arne Stabenau's avatar Arne Stabenau
Browse files

technically this is not a necessary insert, so its removed

parent 233ebdb0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
# Now have 2 separate RefSeq external_db entries
UPDATE external_db SET db_name='RefSeq_dna' WHERE db_name='RefSeq';
INSERT INTO external_db VALUES (1810, 'RefSeq_peptide', 1, 'KNOWN');
# Modify column definition of xref.dbprimary_acc to remove binary property
ALTER TABLE xref MODIFY dbprimary_acc VARCHAR(40) NOT NULL;
......
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