So, I'm introducing Flyway into our environment to have all schema changes in version control, so I can automate any changes.
The issue is that I have multiple DBs (let's say 30) that all have different versions of the schemas. I'm looking for a tool that would help me bring everything to a common baseline, eg. compare tables and do the necessary alters. The differences are not big - mainly missing columns and indexes.