Liquibase
Liquibase workflows use the lb prepare kind and require Liquibase on the host. Keep the changelog
and its referenced local files inside the workspace.
sqlrs prepare:lb -- update --changelog-file db/changelog.xml
Arguments following -- are Liquibase arguments. Local files referenced by the changelog
participate in planning and state identity according to the current implementation.