Bug 1021351 - Update settings db version for 2.0. r=gwagner

This commit is contained in:
Kevin Grandon 2014-06-09 11:18:00 -04:00
parent 00e1877d13
commit 33620222e9

View File

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