Liquibase changelog not being applied to database

I have latest jmix and IntelliJ IDEA 2021.3.3 (Ultimate Edition).

When i generate changelog, they are generated but when i click update, ide notify that database is already synchronized.
When i recreate database only jmix default tables are created.
When i run app, it shows error as below in idea

idea.log (317.9 KB)

please advice.

Hi

Thanks for your feedback.

As I can see in the log file attached, Jmix Studio can’t find project root changelog file or this file is invalid.
It is located in project resources in liquibase folder. E.g. for some project foobar path would be like this:
/foobar/src/main/resources/com/company/foobar/liquibase/changelog.xml
Did you manually change or remove this file?

yep somehow it was get deleted. Restored from other project. It is working now. Thanks