Skip to content
Snippets Groups Projects
Commit 25c59c22 authored by Tiago Grego's avatar Tiago Grego
Browse files

updated table.sql

parent 75132162
No related branches found
No related tags found
2 merge requests!239[ENSCORESW-2676] patch_92_93_c,!239[ENSCORESW-2676] patch_92_93_c
......@@ -319,6 +319,9 @@ INSERT INTO meta (species_id, meta_key, meta_value)
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_92_93_b.sql|biotype_table');
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_92_93_c.sql|collate_index_interpro');
/**
@table meta_coord
@colour #C70C09
......@@ -2283,7 +2286,7 @@ CREATE TABLE identity_xref (
CREATE TABLE interpro (
interpro_ac VARCHAR(40) NOT NULL,
id VARCHAR(40) NOT NULL,
id VARCHAR(40) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
UNIQUE KEY accession_idx (interpro_ac, id),
KEY id_idx (id)
......
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