I am having trouble with liquibase. When I run my J2EE application, liquibase tells me :
liquibase.exception.ValidationFailedException: Validation Failed:
1 change sets check sum
classpath:config/liquibase/changelog/20160324155624_added_entity_Consultant.xml::20160324155624::jhipster is now: 7:30bd20fc51a6e6711ba189760c980415
I don't remember having changed the Consultant entity. So I don't understand why I am having this error.
If someone can tell in which case this type of error occurs... Because I don't really understand its meaning.
Thank you.