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

db.changelog.20210325-latest-environment-view.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
- changeSet:
    id: latest-environment-view
    author: fletch
    changes:
    - createView:
        viewName: latest_environment
        selectQuery: |
          select uid, delivery_config_uid, name, max(version) as version, constraints, notifications, verifications
          from environment, environment_version
          where environment.uid = environment_version.environment_uid
          group by environment.uid




© 2015 - 2024 Weber Informatics LLC | Privacy Policy