We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a143735 commit d6ee8abCopy full SHA for d6ee8ab
source/sdk/react-native/realm-database/change-an-object-model.txt
@@ -74,7 +74,7 @@ Migrations allow you to change your object schemas over time to accommodate new
74
features and refactors.
75
76
When you create a :js-sdk:`Configuration
77
-<Realm.html#~Configuration>` with schema version greater than the
+<Realm.html#~Configuration>` with a schema version greater than the
78
realm's current version, Realm runs a migration function that you define.
79
The function has access to the realm's version number and incrementally
80
updates objects in the realm to conform to the new schema.
0 commit comments