Regenerating SQL for already-applied changes

Sort of a contrived example, but…


Say I’ve successfully run ‘update’ and commited changesets 1-100.  Now the DBA wants a copy of the SQL that was run.  If I run updateSQL, liquibase sees that the changes were already applied and does not give the SQL that I need.


Is there a way to do this?


Thanks,

Roy