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

liquibase.changelogs.v4_5_0.4.5.0-add-node-monitoring-index.yml Maven / Gradle / Ivy

There is a newer version: 4.6.0-alpha.2
Show newest version
databaseChangeLog:
  - changeSet:
      id: 4.5.0-add-node-monitoring-index
      author: GraviteeSource Team
      validCheckSum: ANY
      preConditions:
        - onFail: MARK_RAN
      changes:
        - createIndex:
            indexName: idx_monitoring_node_id_type
            tableName: node_monitoring
            columns:
              - column:
                  name: node_id
              - column:
                  name: type




© 2015 - 2024 Weber Informatics LLC | Privacy Policy