Bug 1372310 - bump ExtensionStartupCache SCHEMA_VERSION r=aswan,mossop

This avoids an issue described in https://github.com/mozilla-services/screenshots/issues/3027 Bug 1372750 and Bug 1373749 where a cached version of Screenshot's manifest.json is retained after upgrade
r?aswan

MozReview-Commit-ID: 9RMKTFN1ugI

--HG--
extra : rebase_source : a30b2e5abf111c196fa07208f2b7af823068d41e
This commit is contained in:
Ian Bicking 2017-06-16 15:24:06 -05:00
parent a33d80d6fe
commit 3da3423218

View File

@ -1243,7 +1243,7 @@ let IconDetails = {
let StartupCache = {
DB_NAME: "ExtensionStartupCache",
SCHEMA_VERSION: 2,
SCHEMA_VERSION: 3,
STORE_NAMES: Object.freeze(["locales", "manifests", "schemas"]),