Hello,
I am quite a newbie on Liquibase and despite my research I didn't find any relevant information regarding this subject:
I am going to do a load testing on my web app.
This load test will write a lot of data in my database, and at the end of the test, I want my database looks like it was before the test.
How can I do that by command line?
Thank you.