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

db.changelog.20200424-index-deleted-executions-table.yml Maven / Gradle / Ivy

databaseChangeLog:
  - changeSet:
      id: 20200424-index-deleted-executions-table
      author: mvulfson
      changes:
        - createIndex:
            dbms: mysql
            indexName: deleted_at_idx
            tableName: deleted_executions
            columns:
              - column:
                  name: deleted_at
      rollback:
        - dropIndex:
            indexName: deleted_at_idx
            tableName: deleted_executions




© 2015 - 2024 Weber Informatics LLC | Privacy Policy