Upgrade from 3.10.3 to 4.5.0 - Validation failures

We’ve recently upgraded from 3.10.3 to 4.5.0 using Liquibase Maven Plugin.

We are now getting validation failures on our initial changelog where ‘columnType is empty’ (fopr mssql DB type).

Is there any way of adding configuration to disable this validation rather than needing to actually update the changelog which wouldn’t really be best practice.

it fails on the updateSQL goal in the Maven POM.

Hi @anjib72 Thanks for joining the community. Can you share a little bit more with log information (redacted of course) on what is happening? You can also open an issue on Liquibase Github with more details if that is easier.

@MikeOlivas HI Mike. Apologies I should have edited this since I posted it. I can see a new issue has been raised and is currently in code review in github. It is no longer possible to create calculated columns on mssql · Issue #2283 · liquibase/liquibase · GitHub