Fix incorrect version check in db helper.
This commit is contained in:
parent
9170cdc6ac
commit
75b93a5457
@ -819,7 +819,7 @@ class DBHelper extends SQLiteOpenHelper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void supportRepoPushRequests(SQLiteDatabase db, int oldVersion) {
|
private void supportRepoPushRequests(SQLiteDatabase db, int oldVersion) {
|
||||||
if (oldVersion >= 61) {
|
if (oldVersion >= 62) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Utils.debugLog(TAG, "Adding " + RepoTable.Cols.PUSH_REQUESTS
|
Utils.debugLog(TAG, "Adding " + RepoTable.Cols.PUSH_REQUESTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user