liquibase:diff always generates indexes

Asked

Viewed 31 times

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?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.