Skip to content
Snippets Groups Projects
Commit d4744073 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Updated. Final (?) version.

parent 0bc6705b
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,7 @@ 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
# and make display_label binary
ALTER TABLE xref MODIFY dbprimary_acc VARCHAR(40) NOT NULL;
ALTER TABLE xref MODIFY display_label VARCHAR(40) binary NOT NULL;
# Add analysis_description table
CREATE TABLE analysis_description (
......
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