Is it possible to add some custom text to the exports?
I would like to add liquibase formatted sql to the object exports as well, just like add-custom.
Hi Peter. SQLcl Projects use Liquibase in the background so there shouldn't be any problems if you will just manually add new changesets / changelogs -> sth like here rafal.hashnode.dev/liquibase-tutorial-a-step-by-s…).*-,Changesets,-Database%20change%20is
Peter Files, that are created with "project export" are already "Liquibase formatted sql". But if you want to somehow modify them before it's exported then I would recommend deep diving into Oracle Docs - there are some config options
Hey Peter,
Not sure if I understand your use-case. But overall after you exported your objects using project export, you can then call project stage and you will find your objects wrapped with liquibase metadata under the dist folder.