Mike: Thanks for writing. If I understand your question correctly, then 'yes'. The changelog files in this episode were created by hand. When I'm asked questions about Liquibase, I like to refer to Liquibase's Best Practice guide, which you can find here: www.liquibase.org/bestpractices.html Note the section on 'Procedure for the Developer'. I wish the Liquibase team had put a bit more into this section, but you can see that they reference maintaining the changelog files with your standard IDE or editor of your choice. I personally use Spring Tool Suite (STS) or Eclipse since I usually embed the Liquibase files in my Spring Boot project resource directory. Hope that helps. Thanks for posting. LS
This one seems so annoying and redundant after using .NET MVC/.NET Core and Entity Framework, which can create migrations automatically based on models
Was also expecting the incremental updates and rollback functionality in this tutorial.
can you make a tutorial for incremental updates ,rollback and automating the creation of changelogfiles
I have a question sir.how to add trigger in liquibase for Oracle? . It will help me lot.
great and big thank it's clear thanks.
But how are the changelog files created? By hand?
Mike: Thanks for writing. If I understand your question correctly, then 'yes'. The changelog files in this episode were created by hand. When I'm asked questions about Liquibase, I like to refer to Liquibase's Best Practice guide, which you can find here: www.liquibase.org/bestpractices.html
Note the section on 'Procedure for the Developer'. I wish the Liquibase team had put a bit more into this section, but you can see that they reference maintaining the changelog files with your standard IDE or editor of your choice.
I personally use Spring Tool Suite (STS) or Eclipse since I usually embed the Liquibase files in my Spring Boot project resource directory.
Hope that helps. Thanks for posting.
LS
This one seems so annoying and redundant after using .NET MVC/.NET Core and Entity Framework, which can create migrations automatically based on models