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

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

There is a newer version: 1.0.10
Show newest version
{
  "snapshot": {
    "objects": {
      "_noMatch": true,
      "com.datical.liquibase.ext.storedlogic.databasepackage.DatabasePackage": [
        {
          "databasePackage": {
            "body": "CREATE OR REPLACE PACKAGE test_package AS\n                                                      PROCEDURE test_procedure;\n                                                      END test_package;",
            "name": "TEST_PACKAGE",
            "valid": true
          }
        }]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy