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

liquibase.harness.change.expectedSnapshot.postgresql.azure.disableTrigger.json Maven / Gradle / Ivy

The 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 - 2025 Weber Informatics LLC | Privacy Policy