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

db.changelog.20200109-fix-delivery-artifact-uniqueness.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: fix-delivery-artifact-uniqueness
      author: emjburns
      changes:
        - addColumn:
            tableName: delivery_artifact
            columns:
              - column:
                  name: fingerprint
                  type: char(40)
                  afterColumn: uid
                  constraints:
                    nullable: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy