How i can get rollout and rollback script separately for each sql file in changelog xml ?
As of now if i run UpdateSQL or FutureRollbackSQL commands i get the consolidated list of rollout and rollback scripts for all sql files in changelog xml combined.
I think as we are passing changelog.xml with entries of all SQL files as input, updateSQL will also generate the output for every SQL file provided in input. I don’t think we would be able to get or write rollback/rollout queries in corresponding SQL files.
Definitely. Having an enhancement is always a benefit for any product. May be try posting it on Liquibase Git. Hopefully you would get the best response for your enhancement there.