|
|
|
|
|
by ecopoesis
4488 days ago
|
|
Well, I have DB background. I've designed the schema for a moderately large OTA (tingo.com) where I've used Flyway, and I would recommend and use Flyway. Forward only migrations aren't bad, and work pretty well in the real world. As some else pointed out, there are situations (like drop table) that cannot be reversed. As long as each release is backwards compatible with the previous one, you won't ever need to roll back. |
|