Re-enable Extra field migration on schema update

This commit is contained in:
Dan Stillman 2020-03-22 15:24:46 -04:00
parent c21ac847ef
commit 0b7f5fef83

View file

@ -720,10 +720,7 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js");
yield Zotero.Retractions.init();
// Migrate fields from Extra that can be moved to item fields after a schema update
//
// Disabled for now
//
//yield Zotero.Schema.migrateExtraFields();
yield Zotero.Schema.migrateExtraFields();
// Load all library data except for items, which are loaded when libraries are first
// clicked on or if otherwise necessary