Ack! Drop translators and CSL for people upgrading!
This commit is contained in:
parent
ac2caac913
commit
214cbe499b
|
@ -546,6 +546,11 @@ Zotero.Schema = new function(){
|
|||
Zotero.DB.query("UPDATE itemData SET fieldID=66 WHERE fieldID=24 AND itemID IN (SELECT itemID FROM items WHERE itemTypeID=9)");
|
||||
Zotero.DB.query("UPDATE itemData SET fieldID=59 WHERE fieldID=24 AND itemID IN (SELECT itemID FROM items WHERE itemTypeID=12)");
|
||||
}
|
||||
|
||||
if (i==8){
|
||||
Zotero.DB.query("DROP TABLE IF EXISTS translators");
|
||||
Zotero.DB.query("DROP TABLE IF EXISTS csl");
|
||||
}
|
||||
}
|
||||
|
||||
_updateSchema('userdata');
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- 7
|
||||
-- 8
|
||||
|
||||
-- This file creates tables containing user-specific data -- any changes
|
||||
-- to existing tables made here must be mirrored in transition steps in
|
||||
|
|
Loading…
Reference in New Issue
Block a user