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.