Hello,
I have an entity with an attribute of type enum say com.pkg1.MyEnum. I created a few instances of the class with this attribute of type com.pkg1.MyEnum and stored them in the database.
Now, I moved that enum to a different package and renamed it say com.pkg2.MyNewEnum, which is not the new type of my attribute. When I open my database again, the attribute is null. I don't seem to be able to use the <schema> tag in the config file because my enum is not an entity.
What is a the proper way of handling the migration?
Thanks,
Farid