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

db.changelog.20200401-resource-check-veto.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: resource-check-ignore
      author: fletch
      changes:
      - addColumn:
          tableName: resource_last_checked
          columns:
          - column:
              name: ignore
              type: boolean
              defaultValue: false
              constraints:
                nullable: false
      rollback:
      - dropColumn:
          tableName: resource
          columnName: ignore




© 2015 - 2024 Weber Informatics LLC | Privacy Policy