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

db.changelog.schema.index-localkey.sql Maven / Gradle / Ivy

The newest version!
-- Index Grant.localKey
CREATE INDEX pass_grant_localkey_ix ON public.pass_grant (localkey);

-- Index Funder.localKey
CREATE INDEX pass_funder_localkey_ix ON public.pass_funder (localkey);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy