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

db.changelog.20200110-artifact-fingerprint-unique.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: artifact-fingerprint-unique
      author: emjburns
      changes:
        - createIndex:
            indexName: delivery_artifact_fingerprint_idx
            tableName: delivery_artifact
            unique: true
            columns:
              - column:
                  name: fingerprint
        - addNotNullConstraint:
            columnDataType: char(40)
            columnName: fingerprint
            tableName: delivery_artifact




© 2015 - 2024 Weber Informatics LLC | Privacy Policy