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

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

databaseChangeLog:
    - changeSet:
        id: 1.20.15
        author: GraviteeSource Team
        changes:
        - addColumn:
            tableName: ${gravitee_prefix}users
            columns:
                - column:
                    name: status
                    type: nvarchar(64)
        - addDefaultValue:
            tableName: ${gravitee_prefix}users
            columnName: status
            defaultValue: ACTIVE




© 2015 - 2025 Weber Informatics LLC | Privacy Policy