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

liquibase.changelogs.v3_7_0.schema.yml Maven / Gradle / Ivy

databaseChangeLog:
  - changeSet:
      id: 3.7.0
      author: GraviteeSource Team
      changes:
        - addColumn:
            tableName: ${gravitee_prefix}groups
            columns:
              - column:
                  name: api_primary_owner
                  type: nvarchar(64)
                  constraints:
                    nullable: true





© 2015 - 2025 Weber Informatics LLC | Privacy Policy