I'm using JHipster. When I add a new entity and run
mvn -e compile liquibase:diff
I get the following Error:
Error setting up or running Liquibase: liquibase.command.CommandExecutionException: liquibase.snapshot.InvalidExampleException: Found multiple catalogs matching schema -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.liquibase:liquibase-maven-plugin:3.5.3:diff (default-cli) on project schema: Error setting up or running Liquibase: liquibase.command.CommandExecutionException: liquibase.snapshot.InvalidExampleException: Found multiple catalogs matching schema
I am using MySQL 5.7 as the DBMS