Fix for some attachment directories not being properly migrated to keys

Also migrates remaining files for past upgrades on the trunk (assuming their ids haven't been changed by syncing--if the item that has a given id already has a directory or if there is no attachment item with that id, the directory will be moved to orphaned-files)
This commit is contained in:
Dan Stillman 2008-10-22 07:45:27 +00:00
parent 25f8b8350c
commit 3fdb212dd6
2 changed files with 114 additions and 12 deletions

View file

@ -1,4 +1,4 @@
-- 43
-- 44
-- This file creates tables containing user-specific data -- any changes made
-- here must be mirrored in transition steps in schema.js::_migrateSchema()