liquibase.db.changelog-authz-1.2.0.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kangaroo-server-authz Show documentation
Show all versions of kangaroo-server-authz Show documentation
Kangaroo's Administration API.
databaseChangeLog:
- changeSet:
id: 3
author: krotscheck
changes:
- addColumn:
tableName: oauth_tokens
column:
name: issuer
type: varchar(255)
rollback:
- dropColumn:
tableName: oauth_tokens
columnName: issuer