When I try to run the liquibase diff changelog generator between entity and the local mysql db, it is throwing "Index 0 out of bounds for length 0"
error.
Error:
java.util.concurrent.ExecutionException: liquibase.exception.LiquibaseException: liquibase.exception.CommandExecutionException: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
Note:
If I try to run the diff changelog generator between two mysql server, its working!