diff --git a/source/sdk/flutter/model-data/update-realm-object-schema.txt b/source/sdk/flutter/model-data/update-realm-object-schema.txt index 01e722e6a5..b4d73afb5d 100644 --- a/source/sdk/flutter/model-data/update-realm-object-schema.txt +++ b/source/sdk/flutter/model-data/update-realm-object-schema.txt @@ -24,6 +24,13 @@ You must perform a manual migration for all other schema changes. For more information, refer to the :ref:`Manually Migrate Schema section `. +.. tip:: Bypass Migration During Development + + When developing or debugging your application, you may prefer to delete + the realm instead of migrating it. Use the + :flutter-sdk:`LocalConfiguration.shouldDeleteIfMigrationNeeded ` + property to delete the database automatically when a schema mismatch + requires a migration. .. important:: Modify Schema Properties of a Synced Realm