What is the best way to Realm migrate a field from one class to another?

41 views Asked by At

I have a Realm class A containing a Realm class B with a 1 to 1 relationship. I've had enough of this and want to put all the B fields and content in class A.

What would be the easiest way to make the migration? I need to tranfer the existing values from B to their A counterpart.

I'm working with Kotlin on the Realm Java SDK.

0

There are 0 answers