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

liquibase.harness.change.expectedSnapshot.oracle.renameTrigger.json Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
{
  "snapshot": {
    "objects": {
      "com.datical.liquibase.ext.storedlogic.trigger.Trigger": [
        {
          "trigger": {
            "actionType": "PL/SQL     ",
            "baseObjectType": "TABLE",
            "body": "CREATE OR REPLACE TRIGGER \\\"TEST_TRIGGER_RENAMED\\\" BEFORE INSERT ON posts BEGIN END;",
            "disabled": false,
            "name": "TEST_TRIGGER_RENAMED",
            "tableName": "POSTS",
            "triggerType": "BEFORE STATEMENT",
            "triggeringEvent": "INSERT",
            "valid": false
          }
        }]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy