public interface RealmMigration
Modifier and Type | Method and Description |
---|---|
long |
execute(Realm realm,
long version)
Implement this method in your subclass to perform migration
|
long execute(Realm realm, long version)
realm
- The Realm on which to perform the migrationversion
- The version of the Realm at the start of the migration