Adding own database changelog

Question on behalf of @hieu-open-canopy:

With Data Services (v 32.2.4), do you know if we can add our own database changelog (not overriding what dataservices-core has).
I checked documentation from: <INTERNAL_LINK> liquibase is enabled by adding following configs:

  • spring.liquibase.enabled=true
  • spring.liquibase.change-log=classpath:/database/project_model.xml

But iseems to be not possible to add our own database changelog.

Hi @hieu-open-canopy,

Please create your own changelog and in that one include dataservices change log and then use spring.liquibase.change-log=classpath:/database/your_changelog.xml. For more information please take a look here: java - Liquibase multiple changelog execution - Stack Overflow .

I hope this will help you.

Answer valid for Data services 30.1.0 to 34.0.0