Hello,
It’s very strange for me: in the documentation (http://www.liquibase.org/documentation/diff.html) I’ve seen that Liquibase should check “Version Differences” in diff mode, but in reality it doesn’t check.
What is the “version differences” in that case? If it’s only structures’ difference then I never know that somebody can deploy some changeSet with only DML operations and diff command always will return me “Product Version: EQUAL”.
How I can compare Liquibase’s repository table (DATABASECHANGELOG) in two databases?
Thanks.