If I upgrade my database from 1.3.x to 1.4.x it appears that existing EXIF information is no longer visible. I assume this is because the format the EXIF information is held in has been changed to show more information. Is this a known issue? Is there a possibility for an upgrade script?
This should have been a known issue and solved by now BUT it is not even registered as a bug :( Will start working on an EXIF upgrade script hopefully it will be in the CVS soon
Thanks for drawing attention to it - meanwhile just empty the exif table and the EXIF info will be re-read into it on the first visit by anyone to the said picture
Added a query in update.sql to truncate the exif table and committed to CVS.
Thanks, I'm glad it was so easy to fix :)