DEV Community

Discussion on: How to properly manage migration files

Collapse
 
adarshkkumar profile image
Adarsh.K.Kumar

Also take a look at Flyway. Have used it in a Java and Dotnet project.
Also Spring Boot have seamless integration with it.

It have quite some features like versioned migration, repeatable migration, undo migration (roll back) etc which helped us to move away from custom .SQL and powershell based migration which was a pain.