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

db.changelog.20200122-delivery-config-api-version.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: delivery-config-api-version
      author: emjburns
      changes:
        - addColumn:
            tableName: delivery_config
            columns:
              - column:
                  name: api_version
                  type: varchar(255)
                  defaultValue: delivery.config.spinnaker.netflix.com/v1
                  constraints:
                    nullable: false
      rollback:
        - dropColumn:
            tableName: delivery_config
            columnName: api_version




© 2015 - 2024 Weber Informatics LLC | Privacy Policy