Manual Script execution

Hi Team,

I have a scenario, where I ran few DMLs using Liquibase. My team created some manual script & execution using some SQL Editor. Later we integrated those scripts with liquibase and tries to re-run without rollback.

How can I identify the manually executed changes after the liquibase ran in the next Automated deployment.

Right now I am getting integrity constraint exception if I ran again. I want to automate the process to rollback to last liquibase state.