Disable Extra field migration on schema upgrade for now
I enabled this by mistake in 3129f3580
This commit is contained in:
parent
8cd04e5d91
commit
c26ffedf9f
1 changed files with 4 additions and 1 deletions
|
@ -720,7 +720,10 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js");
|
||||||
yield Zotero.Retractions.init();
|
yield Zotero.Retractions.init();
|
||||||
|
|
||||||
// Migrate fields from Extra that can be moved to item fields after a schema update
|
// 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
|
// Load all library data except for items, which are loaded when libraries are first
|
||||||
// clicked on or if otherwise necessary
|
// clicked on or if otherwise necessary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue