All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.changelogs.v3_19_17.schema_gko.yml Maven / Gradle / Ivy

databaseChangeLog:
  - changeSet:
      id: 3.19.17-gko
      author: GraviteeSource Team
      changes:
        # ################
        # Application Changes: Kubernetes Operator
        # ################
        - addColumn:
            tableName: ${gravitee_prefix}applications
            columns:
              - column:
                  name: origin
                  type: nvarchar(64)
                  constraints:
                    nullable: true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy