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

db.changelog.20200108-update-delivery-artifact-indicies.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: update-delivery-artifact-indicies
      author: emjburns
      changes:
        - dropIndex:
            indexName: delivery_artifact_name_type_idx
            tableName: delivery_artifact
        - createIndex:
            indexName: delivery_artifact_name_type_idx
            tableName: delivery_artifact
            unique: false
            columns:
              - column:
                  name: name
              - column:
                  name: type




© 2015 - 2024 Weber Informatics LLC | Privacy Policy