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

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

There is a newer version: 4.29.2
Show newest version
{ "databaseChangeLog": [
  "changeset": {
     "id": "1",
     "author": "your.name",
     "changes": [
        {
        }
     ]
  },
  "changeset": {
     "id": "2",
     "author": "your.name",
     "changes": [
        {
        }
     ]
  }
]}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy