I'm using Play Framework 2 with EBean and MySQL for the database. When a member of any of my model classes is changed, it creates a db evolution, and play wants to wipe out the old database.
Does anybody know a good process for preserving the old db values when the schema is updated and evolutions are run?