May I resurrect this thread please.
The app I'm using allows you to set the schema name on install and I have several instances installed in different places with different schema names.
When I run a diff I get:
Missing Catalog(s):
webscores
Unexpected Catalog(s):
socrates
and no differences. I know there are some diffs, but liquibase won't find them.
Having different schema names might also be useful for migration or staging.
How can I specify that I want 2 different schema names compared against each other?
Hugh