mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Added WTF
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user