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

Missing ,

parent 24afa60d
No related branches found
No related tags found
No related merge requests found
......@@ -983,7 +983,7 @@ CREATE TABLE gene_archive (
mapping_session_id int NOT NULL,
KEY gene_idx( gene_stable_id, gene_version ),
KEY transcript_idx( transcript_stable_id, transcript_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