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

liquibase.changelogs.v4_5_0.4.5.0-reporters-inherited.yml Maven / Gradle / Ivy

There is a newer version: 4.6.0-alpha.2
Show newest version
databaseChangeLog:
  - changeSet:
      id: 4.5.0-reporters-reference-type
      author: GraviteeSource Team
      validCheckSum: ANY
      preConditions:
        - onFail: MARK_RAN
      changes:
        - addColumn:
            tableName: reporters
            columns:
              - column:
                  name: inherited
                  type: boolean
                  defaultValueBoolean: false
                  constraints:
                    nullable: false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy