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

db.changelog.20200603-add-delivery-config-metadata.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: add-delivery-config-metadata
      author: lpollo
      changes:
        - addColumn:
            tableName: delivery_config
            columns:
              - name: metadata
                type: json
                constraints:
                  nullable: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy