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

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

databaseChangeLog:
  - changeSet:
      id: 3.11.2
      author: GraviteeSource Team
      changes:
        # dbms: mariadb, mysql
        - sql:
            dbms: mariadb, mysql
            sql: delete from `${gravitee_prefix}event_properties` where event_id in (select id from `${gravitee_prefix}events` WHERE type = 'DEBUG_API') AND property_key = 'api_id';
        # dbms: postgresql, mssql
        - sql:
            dbms: postgresql, mssql
            sql: delete from ${gravitee_prefix}event_properties where event_id in (select id from ${gravitee_prefix}events WHERE type = 'DEBUG_API') AND property_key = 'api_id';




© 2015 - 2025 Weber Informatics LLC | Privacy Policy