db.migration.v0.13.0.9__agr_curation_api.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agr_curation_api Show documentation
Show all versions of agr_curation_api Show documentation
This software is for using the curation api as a library
CREATE INDEX allelesymbol_singleallele_curie_index ON public.allelesymbolslotannotation USING btree (singleallele_curie);
CREATE INDEX allelesynonym_singleallele_curie_index ON public.allelesynonymslotannotation USING btree (singleallele_curie);
CREATE INDEX allelefullname_singleallele_curie_index ON public.allelefullnameslotannotation USING btree (singleallele_curie);
CREATE INDEX genesymbol_singleallele_curie_index ON public.genesymbolslotannotation USING btree (singlegene_curie);
CREATE INDEX genesynonym_singleallele_curie_index ON public.genesynonymslotannotation USING btree (singlegene_curie);
CREATE INDEX genefullname_singleallele_curie_index ON public.genefullnameslotannotation USING btree (singlegene_curie);
CREATE INDEX genesystematicname_singleallele_curie_index ON public.genesystematicnameslotannotation USING btree (singlegene_curie);
CREATE INDEX nameslotannotation_nametype_index ON public.nameslotannotation USING btree (nametype_id);
CREATE INDEX nameslotannotation_synonymscope_index ON public.nameslotannotation USING btree (synonymscope_id);