Database Migration from one version to another using Liquibase
问题 I rolled out the first version of application and a Postgres server is set up for the same. I am planning to roll out my second version of my application which has structural changes in my tables. For example : I had App table with a column called version , now I have another column called releaseVersion and I have to apply alter to add this column.In such a case, how can I use liquibase to generate/apply the migration script? Is liquibase capable of such migration .? In short, for my first