Skip to content
Snippets Groups Projects
Commit ef4b13f7 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Replace indexes on term table:

OUT:
  INDEX ontology_idx (ontology_id),
  UNIQUE INDEX acc_ontology_idx (accession, ontology_id)

IN:
  UNIQUE INDEX accession_idx (accession),
  UNIQUE INDEX ontology_acc_idx (ontology_id, accession)

(i.e. require ontology term accessions to be unique across all
ontologies)
parent c0737dad
No related branches found
No related tags found
No related merge requests found
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