You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered: