mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-19 14:10:38 -04:00
Need to drop stored etags when resetting
This commit is contained in:
@@ -379,6 +379,7 @@ public class DB {
|
||||
public static void resetTransient(SQLiteDatabase db) {
|
||||
db.execSQL("drop table " + TABLE_APP);
|
||||
db.execSQL("drop table " + TABLE_APK);
|
||||
db.execSQL("update " + TABLE_REPO + " set lastetag = NULL");
|
||||
createAppApk(db);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user