From: Steinar H. Gunderson Date: Tue, 21 Aug 2007 05:12:06 +0000 (+0200) Subject: Add model/lens fields to the images table, and make upgrade code to populate X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=9d97b1243a78e8703fefb2a1da2794a6434912c4;hp=9d97b1243a78e8703fefb2a1da2794a6434912c4;p=pr0n Add model/lens fields to the images table, and make upgrade code to populate the fields. Also make update_image_info() populate them on new uploads etc. The idea is to get rid of all SELECTs against exif_info, as EAV is quite evil and is not needed in this case. ---