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

db.changelog.20210305-fix-artifacts.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: remove-tag-strategy-from-branch-based-artifacts
      author: lpollo
      changes:
        - sql:
            sql: >
              update delivery_artifact
              set details = json_remove(details, '$.tagVersionStrategy')
              where type = 'docker'
              and details -> '$.from' is not null
              and details -> '$.tagVersionStrategy' is not null




© 2015 - 2024 Weber Informatics LLC | Privacy Policy