I performed an updateSql again because I thought it could be a type error (INTEGER vs int). The updateSql command has been executed (there was an entry in the changeLog table). I started the diffChangeLog again and there was the same modifyDataType in a new changeSet as above. How can I fix this? My gradle setup is:
Hi, I am using the liquibase gradle plugin to generate the (diff)changeLog. The first call of diffChangeLog worked (just a part of the whole code):
Now I updated my database via updateSql. Until now everything worked great.
I didn't make any changes and started the diffChangeLog command and the result was:
I performed an updateSql again because I thought it could be a type error (INTEGER vs int). The updateSql command has been executed (there was an entry in the changeLog table). I started the diffChangeLog again and there was the same modifyDataType in a new changeSet as above. How can I fix this? My gradle setup is:
And a part of the java Entity is
Thanks for helping!