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

liquibase.changelogs.v1_25_0.schema-applications-migration.yml Maven / Gradle / Ivy

There is a newer version: 3.9.2
Show newest version
databaseChangeLog:
    - changeSet:
        id: 1.25.0-applications-migration
        author: GraviteeSource Team
        changes:
        - sql:
            sql: insert into application_metadata (application_id, k, v) select id, 'type', type from applications where type is not null
        - sql:
            sql: insert into application_metadata (application_id, k, v) select id, 'client_id', client_id from applications where client_id is not null
        - sql:
            sql: update applications set type='SIMPLE'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy