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

db.changelog.20210628-add-attempted-deletions-to-resource.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: add-attempted-deletions-to-resource
      author: lpollo
      changes:
        - addColumn:
            tableName: resource
            columns:
              - name: attempted_deletions
                type: int
                afterColumn: application
                defaultValue: 0
                constraints:
                  nullable: false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy