https://bugs.kde.org/show_bug.cgi?id=431497

--- Comment #13 from Michal Kec (MiK) <k...@kecnet.cz> ---
(In reply to Maik Qualmann from comment #12)
> The database must be cleaned up as described in comment 8.

Hi Mike, thanks for your patch!

Based on comment #8, I've used following two queries to clean my DB:

-- clean all occurrence of the "unconfirmed" tag
DELETE FROM ImageTagProperties WHERE property = 'autodetectedPerson'

-- clean "new unconfirmed face" for persons' tags
DELETE FROM ImageTagProperties WHERE property = 'autodetectedFace' AND
tagid<>255;

My issue shown at attachment 137684 is now fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to