All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.examples.yaml.blank-changelog.yaml Maven / Gradle / Ivy

There is a newer version: 4.29.2
Show newest version
databaseChangeLog:
- changeSet:
      id:  1
      author:  your.name
      changes:
        # Insert Yaml change objects here https://docs.liquibase.com/concepts/changelogs/yaml-format.html

- changeSet:
      id:  2
      author:  your.name
      changes:
        # Insert Yaml change objects here https://docs.liquibase.com/concepts/changelogs/yaml-format.html




© 2015 - 2024 Weber Informatics LLC | Privacy Policy