You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Room on Android we have an option to fallbackToDestructiveMigration(), meaning we don't have to supply a migration on version update, the database is simply torn down and recreated with the new schema.
This is a nice feature when using the database for caching, we don't necessarily want or need the old data forms when we update the schema
The text was updated successfully, but these errors were encountered:
In Room on Android we have an option to
fallbackToDestructiveMigration()
, meaning we don't have to supply a migration on version update, the database is simply torn down and recreated with the new schema.This is a nice feature when using the database for caching, we don't necessarily want or need the old data forms when we update the schema
The text was updated successfully, but these errors were encountered: