How do you guys deal with migrations? Currently we just use flyway, are there any solutions for automatically generated migrations. (that of course need to be inspected). It’s pretty slow & our models state n database occasionslly diverge
That's great. We built something similar in-house- but that script seem to share some issues that we couldn't figure out ourself.
such as renaming column (probably more as well)
Axel
02/09/2024, 8:14 AM
But it's nice to see they're working on it!!
l
Luis Arcos
02/09/2024, 11:32 AM
The script doesn't drop columns, so be aware of that, but hopefully they'll fix that soon. I've opened a ticket about it.