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

db.changelog.20200107-default-promotion-status.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: default-promotion-status
      author: fletch
      changes:
      - upate:
          tableName: delivery_artifact_version
          columns:
            - column:
                name: promotion_status
                value: APPROVED
          where: approved_at is not null
      - upate:
          tableName: delivery_artifact_version
          columns:
            - column:
                name: promotion_status
                value: PREVIOUS
          where: deployed_at is not null




© 2015 - 2024 Weber Informatics LLC | Privacy Policy