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

Daniel Vrátil <dvra...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #9 from Daniel Vrátil <dvra...@redhat.com> ---
Ha! We found the culprit. GID is not supposed to be there, it's not a part. It
looks like after an update you started KMail, but did not restart Akonadi, so
KMail was sending the "GID" data, but Akonadi did not know it so it though it's
a part type.

You can run following query in DB Console to get rid of it:

DELETE FROM PartTable WHERE name = 'GID';

This will fix the migration to 1.12 for you. I'll add a check to Akonadi to
prevent this from happening to others.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to