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

Daniel Vrátil <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Daniel Vrátil <[email protected]> ---
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
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to