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

db.changelog.20201208-add-verification-state-metadata.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
- changeSet:
    id: add-verification-state-metadata
    author: fletch
    changes:
    - addColumn:
        tableName: verification_state
        columns:
        - name: metadata
          type: json
          constraints:
            nullable: false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy