All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.v0.13.0.3__agr_curation_api.sql Maven / Gradle / Ivy

There is a newer version: v0.35.0
Show newest version
CREATE INDEX allelemutationtypeslotannotation_id_index ON public.allelemutationtypeslotannotation_soterm USING btree (allelemutationtypeslotannotation_id);
CREATE INDEX allelemutationtypeslotannotation_mutationtypes_curie_index ON public.allelemutationtypeslotannotation_soterm USING btree (mutationtypes_curie);
CREATE INDEX slotannotation_informationcontententity_slotannotation_id_index ON public.slotannotation_informationcontententity USING btree (slotannotation_id);
CREATE INDEX slotannotation_informationcontententity_evidence_curie_index ON public.slotannotation_informationcontententity USING btree (evidence_curie);
CREATE INDEX slotannotation_createdby_index ON public.slotannotation USING btree (createdby_id);
CREATE INDEX slotannotation_updatedby_index ON public.slotannotation USING btree (updatedby_id);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy