liquibase.changelogs.v3_15_1.add-system-reporter.yml Maven / Gradle / Ivy
databaseChangeLog:
- changeSet:
id: 3.15.1-add-system-reporter
author: GraviteeSource Team
changes:
## system column
###################
- addColumn:
tableName: reporters
columns:
- column: { name: system, type: boolean, constraints: { nullable: true } }