liquibase.changelogs.v3_17_0.schema-certificate-expiry.yml Maven / Gradle / Ivy
databaseChangeLog:
- changeSet:
id: 3.17.0-certificate-expiry
author: GraviteeSource Team
changes:
- addColumn:
tableName: certificates
columns:
- column: { name: expires_at, type: timestamp(6), constraints: { nullable: true } }