db.migration.v0.22.0.10__replace-OMIM-backend-bulk-data-provider.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
UPDATE
bulkmanualload
SET dataprovider = 'HUMAN'
WHERE dataprovider = 'OMIM';