If you modify an ObjectDB Entity class will it be supported by a database set up using the old class?
I already have an idea to iterate through a database, getting each record and then creating a record of the new type and replacing it, but I was just wondering if there is an easier way or if ObjectDB can already handle changes to Entity classes.