How to manually remove Liquibase lock from Database
In this article, we will see how to manually remove liquibase lock from database using few simple steps. liquibase is a free and open source database version control tool which keeps track of all database modifications and allow us to undo a change just like git tool in case we would like to rollback from ... Read more