mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
parent
3801d79448
commit
db5f58aa70
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ public class DatabaseHelper extends SQLiteOpenHelper {
|
|||
if (oldVersion < 7) {
|
||||
db.execSQL("DROP TABLE log");
|
||||
createTableLog(db);
|
||||
oldVersion = 7;
|
||||
oldVersion = 9;
|
||||
}
|
||||
if (oldVersion < 8) {
|
||||
db.execSQL("ALTER TABLE log ADD COLUMN data TEXT");
|
||||
|
|
Loading…
Reference in a new issue