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

liquibase.changelogs.v3_15_3.schema.yml Maven / Gradle / Ivy

databaseChangeLog:
  - changeSet:
      id: 3.15.3
      author: GraviteeSource Team
      preConditions:
        - onFail: MARK_RAN
        - sqlCheck:
            expectedResult: 1
            sql: select count(*) from ${gravitee_prefix}environments where id = 'DEFAULT'
        - sqlCheck:
            expectedResult: 0
            sql: select count(*) from ${gravitee_prefix}environment_hrids where environment_id = 'DEFAULT' and pos = 0
      changes:
        - sql:
            sql: insert into ${gravitee_prefix}environment_hrids (environment_id, hrid, pos) values ('DEFAULT', 'default', 0)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy