Bug 1061902 - [SettingsDB] Bump version number. r=gwagner

This commit is contained in:
Kevin Grandon 2014-09-02 13:40:00 +02:00
parent 8e5d90fb71
commit 85f5f1661a

View File

@ -30,7 +30,7 @@ const TYPED_ARRAY_THINGS = new Set([
]); ]);
this.SETTINGSDB_NAME = "settings"; this.SETTINGSDB_NAME = "settings";
this.SETTINGSDB_VERSION = 4; this.SETTINGSDB_VERSION = 5;
this.SETTINGSSTORE_NAME = "settings"; this.SETTINGSSTORE_NAME = "settings";
Cu.import("resource://gre/modules/IndexedDBHelper.jsm"); Cu.import("resource://gre/modules/IndexedDBHelper.jsm");