mirror of
https://github.com/corda/corda.git
synced 2025-02-19 08:57:28 +00:00
* Altering column for SQL Server requires dropping index in which it is a part of and the recreating it (to avoid Liquibase error: The index 'xxx' is dependent on column 'yyy') * Remove duplicated addNotNullConstraint causing error on Oracle dbs.