db.migration.v0.13.0.4__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 synonym_createdby_index ON public.synonym USING btree (createdby_id);
CREATE INDEX synonym_updatedby_index ON public.synonym USING btree (updatedby_id);
CREATE INDEX allelemutationtype_singleallele_curie_index ON public.allelemutationtypeslotannotation USING btree (singleallele_curie);
CREATE INDEX genomicentity_crossreference_genomicentity_curie_index ON public.genomicentity_crossreference USING btree (genomicentity_curie);
CREATE INDEX genomicentity_crossreference_crossreferences_curie_index ON public.genomicentity_crossreference USING btree (crossreferences_curie);