|
There is no watermark table.
Resetting the watermark field would cause images to be rewatermarked again causing a double image on images where it is already applied
Here is a query you can run in phpmyadmin just put your table prefix on there
UPDATE photos SET watermarked='no'
|