Changelog generation error after migrating from cuba

We recently migrated from cuba to jmix, and after changing every imports and making code jmix compatible, we are getting the following error while trying to run the application
image
here is the entity file
AssetImportLog.java (1.7 KB)
image (3)

Hi Akshay.

io.jmix.dataimport.configuration.ImportConfiguration is not an entity so you can’t create reference to it. And liquibase can’t generate script due to that.
How does this class look like in CUBA originally?

Regards,
Ivan