Hi, i have a multi-module project. My master-changelog file located for example project/backend/src/main/resources/.
master file includes other changesets located deeper in this directory
- include:
file: db/changelog/changeset/type.yaml
so the update action wont find that child file
SEVERE [liquibase.integration] Error parsing *** : The file db/changelog/changeset/type.yaml was not found in the configured search path:
How do i set working directory or search path for update action?
Hi, i have a multi-module project. My master-changelog file located for example project/backend/src/main/resources/. master file includes other changesets located deeper in this directory
so the update action wont find that child file
How do i set working directory or search path for update action?