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

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

There is a newer version: v0.35.0
Show newest version
-- 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";




© 2015 - 2024 Weber Informatics LLC | Privacy Policy