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

db.changelog.20191002-add-env-notifications.yml Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy