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

db.changelog.20200812-add-build-and-git-metadata-columns.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
  - changeSet:
      id: add-build-and-git-metadata-columns
      author: gyardeni
      changes:
        - addColumn:
            tableName: artifact_versions
            columns:
              - column:
                  name: build_metadata
                  type: json
                  constraints:
                    nullable: true
              - column:
                  name: git_metadata
                  type: json
                  constraints:
                    nullable: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy