When performing liquibase update, for lets say 10 changesets and only four chnagsets were updated in database as fifth threw an error. How do I get the succesfuly updated list of changesets? I tried the getChangesetStatuses but I get list of all chnagesets available in chnagelogs.
Please let me know if there is a command to see the successful list of changesets applied.