mirror of
https://github.com/Example-uPagge/liquibase.git
synced 2024-06-14 12:22:25 +03:00
13 lines
350 B
YAML
13 lines
350 B
YAML
databaseChangeLog:
|
|
- changeSet:
|
|
id: 1
|
|
author: your.name
|
|
changes:
|
|
# Insert Yaml change objects here https://www.liquibase.org/documentation/yaml_format.html
|
|
|
|
- changeSet:
|
|
id: 2
|
|
author: your.name
|
|
changes:
|
|
# Insert Yaml change objects here https://www.liquibase.org/documentation/yaml_format.html
|