Setting up liquibaseSchemaName for Liquibase with MS-SQL Server
I am using Liquibase with SQL Server (Microsoft SQL Server 2016) and Spring Boot. By default, Liquibase uses the dbo schema for the databasechangelog and databasechangeloglock tables. However, I want to use a different schema for these tables.