
db.changelog.20210322-optimistic-resource-update.yml Maven / Gradle / Ivy
databaseChangeLog:
- changeSet:
id: resource-updated-at-column
author: deverton
changes:
- addColumn:
tableName: fiat_resource
columns:
- column:
name: updated_at
type: bigint
constraints:
nullable: false
rollback:
- dropColumn:
tableName: fiat_resource
columns:
- column:
name: updated_at
© 2015 - 2025 Weber Informatics LLC | Privacy Policy