Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Add fallback to destructive database migration. (#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored Mar 23, 2020
1 parent 0ff7232 commit 8cd832d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public void onDestructiveMigration(@NonNull SupportSQLiteDatabase db) {
super.onDestructiveMigration(db);
}
})
.fallbackToDestructiveMigration()
.build();
}

Expand Down

0 comments on commit 8cd832d

Please sign in to comment.