commit e61551b429cf31beaa4d56c8b159fa4b947b307b
parent ca1d56427df8e17b48b6c85cd74aaa410ba1bc86
Author: Johannes Salas Schmidt <joschmidt@mozilla.com>
Date: Mon, 24 Nov 2025 10:26:47 +0000
Bug 2001564 - enforce re-migration of logins r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D273545
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/browser/components/ProfileDataUpgrader.sys.mjs b/browser/components/ProfileDataUpgrader.sys.mjs
@@ -929,8 +929,8 @@ export let ProfileDataUpgrader = {
Services.prefs.setBoolPref("signon.reencryptionNeeded", true);
}
- // Updating from 161 to 162 to trigger the re-migration of the Rusts store.
- if (existingDataVersion < 162) {
+ // Updating from 161 to 163 to trigger re-migrations of the Rusts store.
+ if (existingDataVersion < 163) {
// Force all logins to be re-migrated to the rust store.
Services.prefs.setBoolPref("signon.rustMirror.migrationNeeded", true);
}