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

db.changelog.20201218-add-environment-verify-with.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
- changeSet:
    id: add-environment-verify-with
    author: fletch
    changes:
    - addColumn:
        tableName: environment
        columns:
        - column:
            name: verifications
            type: json
    - update:
        tableName: environment
        columns:
        - column:
            name: verifications
            value: '[]'
    - addNotNullConstraint:
        tableName: environment
        columnName: verifications
        columnDataType: json




© 2015 - 2024 Weber Informatics LLC | Privacy Policy