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

liquibase.changelogs.v4_0_22.schema-idp.yml Maven / Gradle / Ivy

databaseChangeLog:
  - changeSet:
      id: 4.0.22-idp
      author: GraviteeSource Team
      changes:
        # ######################### #
        # Identity Provider changes #
        # ######################### #
        - modifyDataType:
            columnName: group_mappings
            newDataType: clob
            tableName: ${gravitee_prefix}identity_providers
        - modifyDataType:
            columnName: role_mappings
            newDataType: clob
            tableName: ${gravitee_prefix}identity_providers




© 2015 - 2025 Weber Informatics LLC | Privacy Policy