https://bugs.kde.org/show_bug.cgi?id=326924
--- Comment #3 from Cédric Villemain <[email protected]> --- ok. there is an easy way to discover the current status. Check the date type of the columns ALTER are trying to achieve in your paste. previous state should be BYTEA. after upgrade should be TEXT. You can check that with tools like pgadmin3 or psql (easy way is to become postgres user with sudo, then) : $ psql akonadi_db then # \d flagtable -- for example This flagtable content should contains data like: 4 | \ANSWERED 5 | \FLAGGED 6 | \DELETED 7 | \SEEN 8 | \DRAFT *NO* double escape, just a single backslash if the column has already been 'upgraded' to TEXT. If you have TEXT and double escape, please report. -- 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
