db.migration.v0.4.0.1__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
-- Need to drop index to allow hibernate to recreate it with new definition (as hibernate doesn't replace constraints by itself)
-- This change does require the application to be restarted after initial start-up (so hibernate would create the new constraint)!
ALTER TABLE "genediseaseannotation"
DROP CONSTRAINT "fk8xs26m9hfc38nmy7gvu3cec3t";
ALTER TABLE "agmdiseaseannotation"
DROP CONSTRAINT "fklvr4o1waqclvbktjmyg6x25ls";