Added WTF

This commit is contained in:
M66B
2023-11-27 08:44:34 +01:00
parent 7e0d16e943
commit 1df2e51815

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)