Fix migration of date field to dateEnacted in report item type

This commit is contained in:
Dan Stillman 2007-03-21 20:40:33 +00:00
parent b0b91267f4
commit 06cb2b8354
2 changed files with 5 additions and 1 deletions

View File

@ -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');

View File

@ -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