Flyway Database migrations with Commandline Tool
In this blog post I will demonstrate how to do database migrations using Flyway command line tool. In my one of previous blog post , I have explained about what is database migration and how you can perform database migrations in spring boot application with flyway. This blog post I will demonstrate how to do…