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

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

databaseChangeLog:
  - changeSet:
      id: 4.0.3
      author: GraviteeSource Team
      preConditions:
        - onFail: MARK_RAN
        - not:
            columnExists:
              tableName: ${gravitee_prefix}subscriptions
              columnName: failure_cause
      changes:
        - addColumn:
            tableName: ${gravitee_prefix}subscriptions
            columns:
              - column:
                  name: failure_cause
                  type: nvarchar(256)
                  constraints:
                    nullable: true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy