Fix migration of date field to dateEnacted in report item type
This commit is contained in:
parent
b0b91267f4
commit
06cb2b8354
|
@ -858,6 +858,10 @@ Zotero.Schema = new function(){
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (i==25) {
|
||||
Zotero.DB.query("UPDATE itemData SET fieldID=100 WHERE itemID IN (SELECT itemID FROM items WHERE itemTypeID=15) AND fieldID=14;")
|
||||
}
|
||||
}
|
||||
|
||||
_updateSchema('userdata');
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- 24
|
||||
-- 25
|
||||
|
||||
-- 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