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

config.liquibase.changelog.outbox.00000000000001_initial_indexes.yaml Maven / Gradle / Ivy

databaseChangeLog:
  - changeSet:
      id: 20221109134021
      author: vbilenko
      comment: initial indexes
      changes:
        - createIndex:
            columns:
              - column:
                  name: status
            indexName: outbox_status_index
            tableName: outbox
        - createIndex:
            columns:
              - column:
                  name: valid_from
              - column:
                  name: valid_to
              - column:
                  name: status
            indexName: outbox_valid_for_status_index
            tableName: outbox




© 2015 - 2024 Weber Informatics LLC | Privacy Policy