liquibase / liquibase-docs

7 stars 16 forks source link

Fix create procedure yaml re using procedure body not procedure text use procedure body #115

Closed ldeck closed 3 years ago

ldeck commented 3 years ago

This pull request primarily updates the documentation for createProcedure.

  1. It fixes the sample code for yaml, using procedureBody instead of procedureText, which doesn't work for yaml as per https://liquibase.jira.com/browse/CORE-1847.
  2. It fixes the indentation of xml, yaml and json sample code blocks.

I initially raised a discussion to ask why the original issue had been closed as "By design" but thought it'll be more helpful to just update the docs to enable others to find the answer quickly and officially.