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

liquibase.harness.change.expectedSql.db2-z.dropAllForeignKeyConstraints.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
INVALID TEST

Bug: DROP statement doesnt get generated

--ALTER TABLE "LTHUSER".posts ADD CONSTRAINT fk_posts_authors_test_1 FOREIGN KEY (author_id) REFERENCES "LTHUSER".authors (id)
--ALTER TABLE "LTHUSER".posts ADD CONSTRAINT fk_posts_authors_test_2 FOREIGN KEY (id) REFERENCES "LTHUSER".authors (id)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy