https://bugs.kde.org/show_bug.cgi?id=326924
--- Comment #4 from Aaron Williams <[email protected]> --- $ psql -d akonadi psql (9.2.4, server 9.1.8) WARNING: psql version 9.2, server version 9.1. Some psql features might not work. Type "help" for help. akonadi=# \d flagtable Table "public.flagtable" Column | Type | Modifiers --------+---------+-------------------------------------------------------- id | integer | not null default nextval('flagtable_id_seq'::regclass) name | text | not null Indexes: "flagtable_pkey" PRIMARY KEY, btree (id) "flagtable_name_key" UNIQUE CONSTRAINT, btree (name) Referenced by: TABLE "pimitemflagrelation" CONSTRAINT "pimitemflagrelation_flag_id_fkey" FOREIGN KEY (flag_id) REFERENCES flagtable(id) ON UPDATE CASCADE ON DELETE CASCADE -- 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
