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

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

databaseChangeLog:
  - changeSet:
      id: 3.20.24
      author: GraviteeSource Team
      changes:
        - modifyDataType:
            tableName: ${gravitee_prefix}flows
            columnName: name
            newDataType: nvarchar(256)
        - modifyDataType:
            tableName: ${gravitee_prefix}flows
            columnName: path
            newDataType: nvarchar(256)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy