Skip to content

Commit

Permalink
bug 1549249 - follow-up to bump add-on db schema so users pick up the…
Browse files Browse the repository at this point in the history
… changes faster r=kmag a=ryanvm

Reviewers: kmag

Tags: #secure-revision

Bug #: 1549249

Differential Revision: https://phabricator.services.mozilla.com/D30113

--HG--
extra : amend_source : f73586d97a2a4797ff7595cfa822168d70145331
  • Loading branch information
mozkeeler committed May 6, 2019
1 parent c41a8af commit 0fe9cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/mozapps/extensions/internal/XPIProvider.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const XPI_PERMISSION = "install";

const XPI_SIGNATURE_CHECK_PERIOD = 24 * 60 * 60;

const DB_SCHEMA = 30;
const DB_SCHEMA = 31;

XPCOMUtils.defineLazyPreferenceGetter(this, "enabledScopesPref",
PREF_EM_ENABLED_SCOPES,
Expand Down

0 comments on commit 0fe9cab

Please sign in to comment.