1
I am using spring-boot with the liquibase-Maven-plugin plugin to generate database changes according to my classes, but the command "mvn Compile liquibase:diff" always generates removals and inclusions of foreign indexes and keys even if the bank is up to date and has no class changes (and consequently, there should be no changes in the bank). Does anyone have any idea if this is right or how to avoid?