Hi,
I have an application running in a dev machine and in production. In production it runs fine. After syncing the app via githup in my dev machine and although having the same app literally copied over, I get the following error message when starting the app in my dev machine.
Caused by: liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for change set io/jmix/data/liquibase/changelog/001-data.xml::1::data:
Most curious about it is that it belongs to a read only file. There is nothing I can do (that I am aware of, I trust you guys) in my project files to prevent that error from happening. I believe this has more to do with some inner workings which lies out my reach.
Any ideas would be greatly appreciated.
Thanks,
Carlos.