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

Added translation_idx to gene_archive

parent a5d5695d
No related branches found
No related tags found
No related merge requests found
......@@ -984,6 +984,7 @@ CREATE TABLE gene_archive (
KEY gene_idx( gene_stable_id, gene_version ),
KEY transcript_idx( transcript_stable_id, transcript_version )
KEY translation_idx( translation_stable_id, translation_version )
) TYPE=MyISAM;
......
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