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

db.changelog.20190808-environment-constraints.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: environment-constraints
      author: fletch
      changes:
        - addColumn:
            tableName: environment
            columns:
              - column:
                  name: constraints
                  type: text
                  constraints:
                    nullable: false
      rollback:
        - dropColumn:
            tableName: environment
            columnName: constraints




© 2015 - 2024 Weber Informatics LLC | Privacy Policy