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

db.changelog.20210409-add-version-timestamps.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
- changeSet:
    id: version-table-timestamps
    author: fletch
    changes:
    - addColumn:
        tableName: resource_version
        columns:
        - column:
            name: created_at
            type: datetime(3)
            afterColumn: version
            constraints:
              nullable: true
    - addColumn:
        tableName: environment_version
        columns:
        - column:
            name: created_at
            type: datetime(3)
            constraints:
              nullable: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy