
liquibase.changelogs.v3_19_0.schema_gko.yml Maven / Gradle / Ivy
databaseChangeLog:
- changeSet:
id: 3.19.0-gko
author: GraviteeSource Team
changes:
# ################
# Apis Changes: Kubernetes Operator
# ################
- addColumn:
tableName: ${gravitee_prefix}apis
columns:
- column:
name: origin
type: nvarchar(64)
constraints:
nullable: true
- column:
name: mode
type: nvarchar(64)
constraints:
nullable: true
© 2015 - 2025 Weber Informatics LLC | Privacy Policy