mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
b09a57d768
* ENT-1943 Add liquibase change sets to remove clustered indices from primary keys * ENT-1943 Add liquibase change sets to remove clustered indices from primary keys * Don't apply non-clustered PK change when using H2 * Move primary key changesets to separate file for core migration files Use `onValidationFail` rather than precondition to exclude these changes from H2 * Remove/readd foreign key constraint to make SQL server less unhappy * Fix linear states schema migration * Fix notary states changelog issues * Remove v3-GA from master changelog