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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dvra...@redhat.com

--- Comment #3 from Daniel Vrátil <dvra...@redhat.com> ---
Table CollectionPimItemRelation exists. If it does not exists on your setup,
your database is probably corrupted.

If you are on SQLite, run this query to create the table, then restart Akonadi
and see whether it fixes the problem.

CREATE TABLE CollectionPimItemRelation (Collection_id BIGINT NOT NULL,
                                        PimItem_id BIGINT NOT NULL,
                                        PRIMARY KEY (Collection_id,
PimItem_id))

(for other backends, more queries are needed).

-- 
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