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

db.changelog.20201001-diff-action-count.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: dif-action-count
      author: emjburns
      changes:
        - addColumn:
            tableName: diff_fingerprint
            columns:
              - column:
                  name: count_actions_taken
                  type: int
                  defaultValue: 0
                  constraints:
                    nullable: false
                  afterColumn: count




© 2015 - 2024 Weber Informatics LLC | Privacy Policy