H-ello , ALL!
I work with H2/J2EE/Spring application, and use Flyway to update production database on a production server - all is fine. The problem is that it is always very complicated to merge developer H2 changes with production H2 (i.e generate flyway delta script). How is it possible in any way to trace all db changes in consequent historical way to generate these sql changes? (All db updates are done with admin frontend)?
Thanks a lot for any help!