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

liquibase.harness.change.expectedSnapshot.mysql.createPackage.json Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
{
  "snapshot": {
    "objects": {
      "com.datical.liquibase.ext.storedlogic.function.Function": [
        {
          "function": {
            "body": "CREATE FUNCTION `test_function`() RETURNS varchar(20) CHARSET latin1\nBEGIN\n                                                      RETURN 'Hello';\n                                                      END",
            "name": "test_function"
          }
        }]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy