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

liquibase.changelogs.v1_30_13.schema-alerts.yml Maven / Gradle / Ivy

There is a newer version: 3.9.2
Show newest version
databaseChangeLog:
    - changeSet:
        id: 1.30.13.1
        author: GraviteeSource Team
        changes:
        - createTable:
            tableName: alert_event_rules
            columns:
              - column: {name: alert_id, type: nvarchar(64), constraints: { nullable: false } }
              - column: {name: alert_event, type: nvarchar(64), constraints: { nullable: false } }
        - addColumn:
            tableName: alert_triggers
            columns:
              - column:
                  name: template
                  type: boolean




© 2015 - 2025 Weber Informatics LLC | Privacy Policy