Bug 966899 - Rocketbar is not enabled after OTA update. Bump settingsDB version to read settins.json. r=bent

This commit is contained in:
Gregor Wagner 2014-02-06 10:27:04 +01:00
parent 9c2997c531
commit 4db91335aa

View File

@ -19,7 +19,7 @@ function debug(s) {
}
this.SETTINGSDB_NAME = "settings";
this.SETTINGSDB_VERSION = 2;
this.SETTINGSDB_VERSION = 3;
this.SETTINGSSTORE_NAME = "settings";
Cu.import("resource://gre/modules/IndexedDBHelper.jsm");