Added WTF

This commit is contained in:
M66B 2023-11-27 08:44:34 +01:00
parent 7e0d16e943
commit 1df2e51815
1 changed files with 5 additions and 0 deletions

View File

@ -517,6 +517,11 @@ public abstract class DB extends RoomDatabase {
createTriggers(db);
}
@Override
public void onDestructiveMigration(@NonNull SupportSQLiteDatabase db) {
Log.e("WTF destructive migration");
}
});
if (BuildConfig.DEBUG && false)