Everytime Liquibase is run, please capture information about the execution - who executed, when was it executed, what command was used, was it successful or resulted in failure, etc.
This can be a new table and its primary key can then be tied to the DEPLOYMENT_ID in the DATABASECHANGELOG table.
Also, create another table that captures all the parameters passed to the Liquibase execution.
Everytime Liquibase is run, please capture information about the execution - who executed, when was it executed, what command was used, was it successful or resulted in failure, etc.
This can be a new table and its primary key can then be tied to the DEPLOYMENT_ID in the DATABASECHANGELOG table.
Also, create another table that captures all the parameters passed to the Liquibase execution.