Hi,
In Jmix 2.0 composite project
Add-on with liquibase includeAll tag seems not work
- but using the include tag instead seems to work correctly.
Here is the Steps
-
Create composite project with 2 add-ons: core, organization
-
organization depends on core
-
core add-on add an new entity > recreate DB > auto generate 20-142653-42234524.xml
default using includeAll tag
-
go to organization add-on > recreate DB
-
core’s liquidbase change log (20-142653-42234524.xml) is not being executed.
-
change core’s changelog from includeAll to include
-
go to organization add-on > recreate DB
-
core’s liquidbase change log (20-142653-42234524.xml) is being executed.
Please help me to clear up this confusion.
best regards,
Shengpo