Error with IndexExists precondition in SQL Server 14 SYS.INDEXES

I am using the liquibase 3.5.3 version with SQL Server 14 where the db server is case sensitive. Liquibase is creating a table with name SYS.INDEXES, where as the db server understands ‘sys.indexes’.

I found a similar issue here
https://liquibase.jira.com/browse/CORE-3201

Do we have any solution for this ?

We recommend updating to the latest version, which is 4.12, as we don’t patch previous versions, so the fix listed in that Jira case would only be in 3.6.1 through the latest version. Are you using Liquibase Community (Open Source)? if so, please know that 4.13 is due to be released soon, and you can update to the latest here: Installing Liquibase | Liquibase Docs