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

db.changelog.20200330-delivery-config-unique-per-application.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: delivery-config-unique-per-application
      author: emjburns
      changes:
        - createIndex:
            indexName: delivery_config_application_idx
            tableName: delivery_config
            unique: true
            columns:
              - column:
                  name: application
      rollback:
        - dropIndex:
            indexName: delivery_config_application_idx
            tableName: delivery_config




© 2015 - 2024 Weber Informatics LLC | Privacy Policy