I was trying to add an field to my entity as a CLOB. When using the JHipster CLI it was no problem to add it.
Now, when i trying to start my application i get the following validation error from liquibase:
liquibase.exception.ValidationFailedException: Validation Failed:
1 change sets check sum
config/liquibase/changelog/20170221193921_xxxxxxxx.xml::20170221193921-1::jhipster was: 7:d8b3f42d8d4d523c7b14f93b4c7657c7 but is now: 7:a2a365179a0d231c2771ebd79f51b1fc
i also tried the following:
./mvnw liquibase:clearCheckSums
The result was BUILD SUCCESS
.
i also tried ./mvnw liquibase:update and updateSQL, same result.
Can anyone tell me what my problem is with JHipster?
changeset
and have to create another one or just simple to wipe your db and recreated it from scratch. – Lyallpurspring.liquibase.drop-first: true
inapplication.yml
– Amimia