Is there a way to avoid the schemaName to be output to the database changelog file when running generateChangeLog.
Why I am asking this is that we have an existing database that we want to retrieve a master changelog file from. We then want to use this changelog file for other database schemas depending what we want to do. Those database schemas have different schema names.
When applying databasechangelog files to a database, does the schemaName attribute have any meaning?
The question also applies to the baseTableSchemaName attribute on the addForeignKeyConstraint. What is this attribute used for? Does it default to the schema given as the --username parameter if not given in the changeSet?
Best regards /Lasse