mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 735660 - Bump database version to enable more performant views (r=rfinkle)
This commit is contained in:
parent
7ceeb26a71
commit
d40766dda2
@ -55,7 +55,7 @@ public class BrowserProvider extends ContentProvider {
|
||||
|
||||
static final String DATABASE_NAME = "browser.db";
|
||||
|
||||
static final int DATABASE_VERSION = 2;
|
||||
static final int DATABASE_VERSION = 3;
|
||||
|
||||
// Maximum age of deleted records to be cleaned up (20 days in ms)
|
||||
static final long MAX_AGE_OF_DELETED_RECORDS = 86400000 * 20;
|
||||
|
Loading…
Reference in New Issue
Block a user