| Have the field names changed for 5.0?
I have just upgraded to 5.0 and would like to get rid of my medium photos. Has this SQL query changed with the new release?
UPDATE photos SET medium='0' WHERE medium != '0'
I do not see a "medium" field in the photos table. I see 3 fields: medwidth, medheight, medsize.
Second Question:
Once I run this query to change the fields for the medium images, do I then go up to the server and delete all images in all medium folders?
Thanks!!
|