mirror of
https://github.com/corda/corda.git
synced 2025-02-07 03:29:19 +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.