Liquibase addons script execution problem

Hi all!!

Generating liquibase changelog from data store action i’m facing some problem in addons script execution.
The scenario is

image

where my addon gol-notification, uses jmix notification addon extending functionalities: 001-golnotifications.xml contains changesets which rely on the existence of “ntf_in_app_notification” table managed by 001-notifications.xml. The problem is that 001-notification.xml script is not executed, and so 001-golnotifications.xml fail: the execution is done only at application startup

Thanks in advance for any help!

Hi

What Jmix and Jmix Studio versions are you using?

Could you please also share changelog.xml file contents of your gol-notification add-on?

Hi,

Jmix version: 2.1.0
Jmix Studio plugin version: 2.1.1-233

and changelog.xml

image

gol-changelog.xml

image

A workaround to solve problem is to manually copy notification changeset in my gol-notification.xml without including it in my changelog.xml

Hi,

Thank you for reporting the problem. The issue will be fixed in the next Jmix 2.1.2 release.