Hello!
I'm studying using liquibase in our project. We have a database in
SQL Server 2008, with 2 schemas and this schemas are different from "dbo".
When I test the generateChangeLog in a database with schema
"dbo", just the objects inside this schema are created in
the changelog file.
But, when I try in our project database, no record is created.