Skip to content
Snippets Groups Projects
Commit 5f38f835 authored by premanand17's avatar premanand17
Browse files

Replaced the script with updated version that works for both ensembl and...

Replaced the script with updated version that works for both ensembl and ensemblgenomes - ENSCORESW-1849
parent edd23fe0
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
DROP INDEX stable_id_db_type ON stable_id_lookup;
DROP INDEX stable_id_object_type ON stable_id_lookup;
CREATE INDEX stable_id_db_type USING BTREE ON stable_id_lookup(stable_id,db_type);
CREATE INDEX stable_id_object_type USING BTREE ON stable_id_lookup(stable_id,object_type);
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