FIAS database synchronization service written on a java
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fias/src/main/resources/db/changelog/db.changelog-master.yaml

5 lines
141 B

databaseChangeLog:
- include:
- file: "000_initial_schema.yaml"
- file: "001_AddrObj.yaml"
- relativeToChangelogFile: "true"