Disable Extra field migration on schema upgrade for now

I enabled this by mistake in 3129f3580
This commit is contained in:
Dan Stillman 2020-03-18 18:00:57 -04:00
parent 8cd04e5d91
commit c26ffedf9f

View file

@ -720,7 +720,10 @@ 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
yield Zotero.Schema.migrateExtraFields();
//
// Disabled for now
//
//yield Zotero.Schema.migrateExtraFields();
// Load all library data except for items, which are loaded when libraries are first
// clicked on or if otherwise necessary