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

liquibase.harness.change.expectedSnapshot.mssql.dropFunction.json Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
{
  "snapshot": {
    "objects": {
      "_noMatch": true,
      "com.datical.liquibase.ext.storedlogic.function.Function": [
        {
          "function": {
            "body": "CREATE FUNCTION test_function()\n                                                RETURNS VARCHAR(20)\n                                                BEGIN\n                                                RETURN 'Hello';\n                                                END",
            "name": "test_function",
            "usesQuotedIdentifier": true,
            "valid": true
          }
        }]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy