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

liquibase.harness.change.expectedSnapshot.edb.11.disableTrigger.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": {
            "body": "CREATE TRIGGER test_trigger BEFORE INSERT ON public.posts FOR EACH ROW EXECUTE PROCEDURE test_function()",
            "disabled": true,
            "name": "test_trigger",
            "tableName": "posts",
            "valid": true
          }
        }]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy