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

db.changelog.20210506-fix-lifecycle-event-json.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
- changeSet:
    id: fix-lifecycle-event-json
    author: fletch
    changes:
    - sql:
        sql: |
          update lifecycle_event
          set json = json_set(
            json,
            '$.deliveryConfigName', delivery_config_name,
            '$.artifactReference', artifact_reference
          );




© 2015 - 2024 Weber Informatics LLC | Privacy Policy