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

db.changelog.20190530-pipeline-config-index.yml Maven / Gradle / Ivy

There is a newer version: 8.55.0
Show newest version
databaseChangeLog:
  - changeSet:
      id: 20190530-update-pipeline-config-indices
      author: afeldman
      preConditions:
        - onFail: MARK_RAN
        - indexExists:
            schemaName: pipelines
            indexName: pipeline_config_idx
      changes:
      - createIndex:
          indexName: pipeline_config_id_idx
          tableName: pipelines
          columns:
          - column:
              name: config_id
          - column:
              name: id
      - dropIndex:
          indexName: pipeline_config_idx
          tableName: pipelines
      rollback:
      - createIndex:
          indexName: pipeline_config_idx
          tableName: pipelines
          columns:
          - column:
              name: config_id
      - dropIndex:
          indexName: pipeline_config_id_idx
          tableName: pipelines




© 2015 - 2024 Weber Informatics LLC | Privacy Policy