Creating New Data Set
Creating New Data Set
Use this procedure to create a new rel-1.x data set directory.
- Copy template/data-template/ to the data directory and rename it to rel-1.x-data.
- In data/rel-1.x-data/, replace all instances of @new-data-dir with rel-1.x-data.
- In data/liquibase-changelog.xml file, add the following before the include paths for test-data: <include file="rel-1.x-data/liquibase-changelog.xml" relativeToChangelogFile="true" /> config/filtering.properties .
- In the /filtering.properties file for each environment, override the default qualifier to run import on every database update:
importexport.rel-1.x-data.qualifier=${timestamp.qualifier}
Do this step for the local environment and for other environments to rerun import on a database update.