db.migration.v0.12.0.6__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 vocabularyterm_name_index ON public.vocabularyterm USING btree (name);
CREATE INDEX vocabulary_name_index ON public.vocabulary USING btree (name);