db.changelog.20210628-add-attempted-deletions-to-resource.yml Maven / Gradle / Ivy
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